windows::Win32::System::Performance

Function PdhEnumObjectsHW

pub unsafe fn PdhEnumObjectsHW<P1>(
    hdatasource: Option<PDH_HLOG>,
    szmachinename: P1,
    mszobjectlist: Option<PWSTR>,
    pcchbuffersize: *mut u32,
    dwdetaillevel: PERF_DETAIL,
    brefresh: bool,
) -> u32
where P1: Param<PCWSTR>,