RtlAddIntegrityLabelToBoundaryDescriptor - NtDoc

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

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

#endif
// end_private
#endif
#endif

View code on GitHub

No description available.