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.

18 lines
585 B

  1. ; ************************************************************
  2. ; File: wam.def
  3. ; System: Windows NT 4.0 - IIS
  4. ; Summary: Definitions for Web Applications Manager DLL.
  5. ; Author: Murali R. Krishnan ( MuraliK)
  6. ; Created: 10-Feb-1997
  7. ;************************************************************
  8. LIBRARY WAM ; Module Name
  9. EXPORTS
  10. DllCanUnloadNow PRIVATE
  11. DllGetClassObject PRIVATE
  12. DllRegisterServer PRIVATE
  13. DllUnregisterServer PRIVATE
  14. ; ********************* End of File *****************************