[][src]Function winapi::um::securitybaseapi::CreatePrivateObjectSecurity

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