windows::Win32::Security

Function PrivilegedServiceAuditAlarmW

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