BOUNDARY_ENTRY_TYPE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTOBAPI_H
//
// Private namespaces
//
#if (PHNT_MODE != PHNT_MODE_KERNEL)

// private
typedef enum _BOUNDARY_ENTRY_TYPE
{
    BOUNDARY_ENTRY_TYPE_INVALID,
    BOUNDARY_ENTRY_TYPE_NAME,
    BOUNDARY_ENTRY_TYPE_SID,
    BOUNDARY_ENTRY_TYPE_IL
} BOUNDARY_ENTRY_TYPE;

#endif
#endif

View code on GitHub

NtDoc

No description available.