RtlCreateBoundaryDescriptor - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTRTL_H
//
// Private namespaces
//
// begin_private
#if (PHNT_VERSION >= PHNT_WINDOWS_VISTA)

_Ret_maybenull_
_Success_(return != NULL)
NTSYSAPI
POBJECT_BOUNDARY_DESCRIPTOR
NTAPI
RtlCreateBoundaryDescriptor(
    _In_ PCUNICODE_STRING Name,
    _In_ ULONG Flags
    );

#endif
// end_private
#endif

View code on GitHub

No description available.