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.
18 lines
310 B
18 lines
310 B
;
|
|
; DEF File for the wmi2xml
|
|
;
|
|
|
|
LIBRARY wmi2xml
|
|
|
|
HEAPSIZE 1024
|
|
|
|
|
|
EXPORTS
|
|
DllGetClassObject PRIVATE
|
|
DllCanUnloadNow PRIVATE
|
|
DllRegisterServer PRIVATE
|
|
DllUnregisterServer PRIVATE
|
|
OpenWbemTextSource PRIVATE
|
|
CloseWbemTextSource PRIVATE
|
|
WbemObjectToText PRIVATE
|
|
TextToWbemObject PRIVATE
|