windows::Win32::System::Performance

Function PdhLookupPerfIndexByNameW

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