windows::Win32::System::Performance

Function PdhLookupPerfIndexByNameA

pub unsafe fn PdhLookupPerfIndexByNameA<P0, P1>(
    szmachinename: P0,
    sznamebuffer: P1,
    pdwindex: *mut u32,
) -> u32
where P0: Param<PCSTR>, P1: Param<PCSTR>,