windows::Win32::System::EventLog

Function RegisterEventSourceW

pub unsafe fn RegisterEventSourceW<P0, P1>(
    lpuncservername: P0,
    lpsourcename: P1,
) -> Result<HANDLE>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,