windows::Win32::System::EventLog

Function EvtQuery

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