Function PdhGetDefaultPerfCounterHW
pub unsafe fn PdhGetDefaultPerfCounterHW<P1, P2>(
hdatasource: Option<PDH_HLOG>,
szmachinename: P1,
szobjectname: P2,
szdefaultcountername: Option<PWSTR>,
pcchbuffersize: *mut u32,
) -> u32where
P1: Param<PCWSTR>,
P2: Param<PCWSTR>,