Function windows::Win32::System::EventLog::EvtQuery

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