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.

68 lines
2.0 KiB

  1. README.txt
  2. Author: Murali R. Krishnan (MuraliK)
  3. Created: Nov 5, 1996
  4. Revisions:
  5. Date By Comments
  6. ----------------- -------- -------------------------------------------
  7. Summary :
  8. This file describes the files in the directory iis\svcs\w3\cisa
  9. and details related to COM ISAPI prototypes and implementation.
  10. File Description
  11. README.txt This file.
  12. dirs Directories file for NT Build
  13. ATL\ Advanced Template Libraries - that eases C++/COM development
  14. Directories associated with Prototypes 1 & 2
  15. cisatest\ ComISAPI test module
  16. ecb\ Extension Control Block object - as Context Property (cpECB)
  17. comisapi\ COM ISAPI compliant test application which loaded ISAPI app.
  18. Directories associated with Prototypes 3
  19. hreq\ HTTP Request object
  20. ecb\ Extension Control Block object - as Context Property (cpECB)
  21. comisapi\ COM ISAPI compliant test application which loaded ISAPI app.
  22. Directories associated with Implementation
  23. sobj\ Server objects for ComISAPI - IsaRequest, IsaResponse, etc.
  24. isat1\ Test ComISAPI application using the new server objects
  25. tisat1\ Test legacy ISAPI app (for time-being) to test isat1 & sobj
  26. Implementation Details
  27. < To be filled in when time permits. See individual files for comments section >
  28. Contents:
  29. 1. Class Identifiers
  30. 2. Objects
  31. 1. Class Identifiers
  32. ISAT1 Test Object
  33. InetServerApp/CInetServerAppObject
  34. IID {c0cbd3a0-36a6-11d0-9797-00a0c922e73e}
  35. LIBID {c0cbd3a1-36a6-11d0-9797-00a0c922e73e}
  36. CLSID {c0cbd3a2-36a6-11d0-9797-00a0c922e73e}
  37. SOBJ Server Objects
  38. LIBID {8eb033a0-3670-11d0-9797-00a0c922e73e}
  39. IsaRequest/CIsaRequest
  40. IID {8eb03380-3670-11d0-9797-00a0c922e73e}
  41. CLSID {8eb03391-3670-11d0-9797-00a0c922e73e}
  42. IsaResponse/CIsaReseponse
  43. IID {8eb03381-3670-11d0-9797-00a0c922e73e}
  44. CLSID {8eb03392-3670-11d0-9797-00a0c922e73e}