windows::Win32::System::Performance

Function PdhEnumObjectsHA

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