RtlAddIntegrityLabelToBoundaryDescriptor - 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_7)

// rev
NTSYSAPI
NTSTATUS
NTAPI
RtlAddIntegrityLabelToBoundaryDescriptor(
    _Inout_ POBJECT_BOUNDARY_DESCRIPTOR *BoundaryDescriptor,
    _In_ PSID IntegrityLabel
    );

#endif
// end_private
#endif

View code on GitHub

No description available.