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
302 B

  1. ; parser.def : Declares the module parameters for the DLL.
  2. ; TODO: Change the name and description.
  3. LIBRARY MMCParse
  4. EXPORTS
  5. ; Explicit exports can go here
  6. DllGetParserCLSID PRIVATE
  7. DllGetClassObject PRIVATE
  8. DllCanUnloadNow PRIVATE
  9. DllRegisterParser PRIVATE
  10. DllUnregisterParser PRIVATE