windows::Win32::System::EventLog

Function EvtClearLog

pub unsafe fn EvtClearLog<P1, P2>(
    session: Option<EVT_HANDLE>,
    channelpath: P1,
    targetfilepath: P2,
    flags: u32,
) -> Result<()>
where P1: Param<PCWSTR>, P2: Param<PCWSTR>,