windows::Win32::Security

Function ObjectPrivilegeAuditAlarmA

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