#ifndef _NTOBAPI_H
//
// Private namespaces
//
#if (PHNT_MODE != PHNT_MODE_KERNEL)
/**
* The OBJECT_BOUNDARY_VALUE union contains the value associated with an object boundary entry.
*/
typedef union _OBJECT_BOUNDARY_VALUE
{
WCHAR Name[1];
PSID Sid;
PSID IntegrityLabel;
} OBJECT_BOUNDARY_VALUE, *POBJECT_BOUNDARY_VALUE;
View code on GitHubNo description available.