windows::Win32::System::Performance

Function PdhEnumObjectItemsHW

pub unsafe fn PdhEnumObjectItemsHW<P1, P2>(
    hdatasource: Option<PDH_HLOG>,
    szmachinename: P1,
    szobjectname: P2,
    mszcounterlist: Option<PWSTR>,
    pcchcounterlistlength: *mut u32,
    mszinstancelist: Option<PWSTR>,
    pcchinstancelistlength: *mut u32,
    dwdetaillevel: PERF_DETAIL,
    dwflags: u32,
) -> u32
where P1: Param<PCWSTR>, P2: Param<PCWSTR>,