windows::Win32::System::Performance

Function PdhOpenLogW

pub unsafe fn PdhOpenLogW<P0, P5>(
    szlogfilename: P0,
    dwaccessflags: PDH_LOG,
    lpdwlogtype: *mut PDH_LOG_TYPE,
    hquery: Option<PDH_HQUERY>,
    dwmaxsize: u32,
    szusercaption: P5,
    phlog: *mut PDH_HLOG,
) -> u32
where P0: Param<PCWSTR>, P5: Param<PCWSTR>,