windows::Win32::Security::Authorization

Function AuthzRegisterSecurityEventSource

pub unsafe fn AuthzRegisterSecurityEventSource<P1>(
    dwflags: u32,
    szeventsourcename: P1,
    pheventprovider: *mut AUTHZ_SECURITY_EVENT_PROVIDER_HANDLE,
) -> Result<()>
where P1: Param<PCWSTR>,