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.

27 lines
726 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. ; ********************* End of File *****************************