Function windows::Win32::System::Performance::PdhOpenLogA
pub unsafe fn PdhOpenLogA<P0, P1>(
szlogfilename: P0,
dwaccessflags: PDH_LOG,
lpdwlogtype: *mut PDH_LOG_TYPE,
hquery: isize,
dwmaxsize: u32,
szusercaption: P1,
phlog: *mut isize,
) -> u32where
P0: Param<PCSTR>,
P1: Param<PCSTR>,