Function CreatePrivateObjectSecurity

Source
pub unsafe extern "C" fn CreatePrivateObjectSecurity(
    ParentDescriptor: PSECURITY_DESCRIPTOR,
    CreatorDescriptor: PSECURITY_DESCRIPTOR,
    NewDescriptor: *mut PSECURITY_DESCRIPTOR,
    IsDirectoryObject: BOOL,
    Token: HANDLE,
    GenericMapping: PGENERIC_MAPPING,
) -> BOOL