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.

17 lines
310 B

  1. ;
  2. ; DEF File for the wmi2xml
  3. ;
  4. LIBRARY wmi2xml
  5. HEAPSIZE 1024
  6. EXPORTS
  7. DllGetClassObject PRIVATE
  8. DllCanUnloadNow PRIVATE
  9. DllRegisterServer PRIVATE
  10. DllUnregisterServer PRIVATE
  11. OpenWbemTextSource PRIVATE
  12. CloseWbemTextSource PRIVATE
  13. WbemObjectToText PRIVATE
  14. TextToWbemObject PRIVATE