Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
420 B

; iasperf.def : Declares the module parameters.
LIBRARY "iasperf.dll"
VERSION 1.0
EXPORTS
DllRegisterServer PRIVATE
DllUnregisterServer PRIVATE
OpenPerformanceData @3 PRIVATE
CollectPerformanceData @4 PRIVATE
ClosePerformanceData @5 PRIVATE
SnmpExtensionInit @6 PRIVATE
SnmpExtensionInitEx @7 PRIVATE
SnmpExtensionQuery @8 PRIVATE
SnmpExtensionClose @9 PRIVATE