windows::Win32::System::EventLog

Function EvtExportLog

pub unsafe fn EvtExportLog<P1, P2, P3>(
    session: Option<EVT_HANDLE>,
    path: P1,
    query: P2,
    targetfilepath: P3,
    flags: u32,
) -> Result<()>
where P1: Param<PCWSTR>, P2: Param<PCWSTR>, P3: Param<PCWSTR>,