OBJECT_BOUNDARY_VALUE - 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 union _OBJECT_BOUNDARY_VALUE
{
    WCHAR Name[1];
    PSID Sid;
    PSID IntegrityLabel;
} OBJECT_BOUNDARY_VALUE, *POBJECT_BOUNDARY_VALUE;

#endif
#endif

View code on GitHub

NtDoc

No description available.