[][src]Function winapi::um::aclapi::GetNamedSecurityInfoW

pub unsafe extern "system" fn GetNamedSecurityInfoW(
    pObjectName: LPCWSTR,
    ObjectType: SE_OBJECT_TYPE,
    SecurityInfo: SECURITY_INFORMATION,
    ppsidOwner: *mut PSID,
    ppsidGroup: *mut PSID,
    ppDacl: *mut PACL,
    ppSacl: *mut PACL,
    ppSecurityDescriptor: *mut PSECURITY_DESCRIPTOR
) -> DWORD