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.

12 lines
316 B

  1. ; wmiparse.def : Declares the module parameters for the DLL.
  2. LIBRARY WMIPARSE
  3. DESCRIPTION 'WMIPARSE Windows Dynamic Link Library'
  4. EXPORTS
  5. ; Explicit exports can go here
  6. DllGetParserCLSID PRIVATE
  7. DllGetClassObject PRIVATE
  8. DllCanUnloadNow PRIVATE
  9. DllRegisterParser PRIVATE
  10. DllUnregisterParser PRIVATE