windows::Win32::Security

Function ObjectPrivilegeAuditAlarmW

pub unsafe fn ObjectPrivilegeAuditAlarmW<P0>(
    subsystemname: P0,
    handleid: *const c_void,
    clienttoken: HANDLE,
    desiredaccess: u32,
    privileges: *const PRIVILEGE_SET,
    accessgranted: bool,
) -> BOOL
where P0: Param<PCWSTR>,