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.

32 lines
896 B

  1. ; ************************************************************
  2. ; File: w3dt.def
  3. ; System: Windows NT 5.x
  4. ; Summary: Entry points for the w3 duct-tape interface
  5. ; Author: Taylor Weiss (TaylorW)
  6. ; Created: 03-Feb-2000
  7. ;************************************************************
  8. LIBRARY w3dt
  9. EXPORTS
  10. UlAtqInitialize
  11. UlAtqTerminate
  12. UlAtqStartListen
  13. UlAtqGetContextProperty
  14. UlAtqSetContextProperty
  15. UlAtqFreeContext
  16. UlAtqSendEntityBody
  17. UlAtqReceiveEntityBody
  18. UlAtqSendHttpResponse
  19. UlAtqWaitForDisconnect
  20. UlAtqInduceShutdown
  21. UlAtqReceiveClientCertificate
  22. UlAtqFlushUlCache
  23. UlAtqSetUnhealthy
  24. UlAtqAddFragmentToCache
  25. UlAtqReadFragmentFromCache
  26. UlAtqRemoveFragmentFromCache
  27. UlAtqAllocateMemory
  28. ; ********************* End of File *****************************