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

  1. ; ************************************************************
  2. ; File: w3isapi.def
  3. ; Summary: IIS Plus ISAPI Module
  4. ; Author: Taylor Weiss (TaylorW)
  5. ; Created: 03-Feb-2000
  6. ;************************************************************
  7. LIBRARY w3isapi
  8. EXPORTS
  9. InitModule
  10. TerminateModule
  11. ProcessIsapiRequest
  12. ProcessIsapiCompletion
  13. ; ********************* End of File *****************************