Leaked source code of windows server 2003
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
436 B

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