OBJECT_BOUNDARY_ENTRY - 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)

/**
 * The OBJECT_BOUNDARY_ENTRY structure describes a single item in a boundary descriptor.
 */
typedef struct _OBJECT_BOUNDARY_ENTRY
{
    BOUNDARY_ENTRY_TYPE Type;
    ULONG Size;
    // OBJECT_BOUNDARY_VALUE Value;
} OBJECT_BOUNDARY_ENTRY, *POBJECT_BOUNDARY_ENTRY;

#endif
#endif

View code on GitHub

NtDoc

No description available.