windows::Win32::Security

Function PrivilegedServiceAuditAlarmA

pub unsafe fn PrivilegedServiceAuditAlarmA<P0, P1>(
    subsystemname: P0,
    servicename: P1,
    clienttoken: HANDLE,
    privileges: *const PRIVILEGE_SET,
    accessgranted: bool,
) -> Result<()>
where P0: Param<PCSTR>, P1: Param<PCSTR>,