Home
last modified time | relevance | path

Searched refs:PdhLookupPerfIndexByName (Results 1 – 17 of 17) sorted by relevance

/dports/devel/jna/jna-5.7.0/contrib/platform/test/com/sun/jna/platform/win32/
H A DWinPerfTest.java74 Pdh.INSTANCE.PdhLookupPerfIndexByName(null, "Process", index); in testPerfDataBLock()
78 Pdh.INSTANCE.PdhLookupPerfIndexByName(null, "ID Process", index); in testPerfDataBLock()
H A DPdhTest.java187 Pdh.INSTANCE.PdhLookupPerfIndexByName(null, testStr, pdwIndex); in testLookupPerfIndex()
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/
H A DPdh.java374 …int PdhLookupPerfIndexByName(String szMachineName, String szNameBuffer, DWORDByReference pdwIndex); in PdhLookupPerfIndexByName() method
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/go/pkg/win32/
H A Dpdh.go211 func PdhLookupPerfIndexByName(name string) (idx int, err error) { func
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/go/pkg/win32/
H A Dpdh.go211 func PdhLookupPerfIndexByName(name string) (idx int, err error) { func
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/go/pkg/win32/
H A Dpdh.go211 func PdhLookupPerfIndexByName(name string) (idx int, err error) { func
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/go/pkg/win32/
H A Dpdh.go211 func PdhLookupPerfIndexByName(name string) (idx int, err error) { func
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/go/pkg/win32/
H A Dpdh.go211 func PdhLookupPerfIndexByName(name string) (idx int, err error) { func
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/go/pkg/win32/
H A Dpdh.go211 func PdhLookupPerfIndexByName(name string) (idx int, err error) { func
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/src/go/pkg/win32/
H A Dpdh.go211 func PdhLookupPerfIndexByName(name string) (idx int, err error) { func
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/go/pkg/win32/
H A Dpdh.go211 func PdhLookupPerfIndexByName(name string) (idx int, err error) { func
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/go/pkg/win32/
H A Dpdh.go211 func PdhLookupPerfIndexByName(name string) (idx int, err error) { func
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/go/pkg/win32/
H A Dpdh.go211 func PdhLookupPerfIndexByName(name string) (idx int, err error) { func
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dpdh.h538 #define PdhLookupPerfIndexByName __MINGW_NAME_AW(PdhLookupPerfIndexByName) macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dpdh.h538 #define PdhLookupPerfIndexByName __MINGW_NAME_AW(PdhLookupPerfIndexByName) macro
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwapdh.pas982 function PdhLookupPerfIndexByName(szMachineName, szNameBuffer: LPCTSTR; in PdhLookupPerfIndexByName() function
2168 function PdhLookupPerfIndexByName; in PdhLookupPerfIndexByName() function
3051 function PdhLookupPerfIndexByName; external PdhLib name 'PdhLookupPerfIndexByName' + AWSuffix; in PdhLookupPerfIndexByName() function
/dports/devel/jna/jna-5.7.0/
H A DCHANGES.md184 …tive-access/jna/issues/973): Added `PdhLookupPerfNameByIndex`, `PdhLookupPerfIndexByName`, and `Pd…