windows-nt/Source/XPSP1/NT/inetsrv/iis/iisrearc/iisplus/ulatq/w3dt.def

28 lines
726 B
Modula-2
Raw Normal View History

2020-09-26 03:20:57 -05:00
; ************************************************************
; File: w3dt.def
; System: Windows NT 5.x
; Summary: Entry points for the w3 duct-tape interface
; Author: Taylor Weiss (TaylorW)
; Created: 03-Feb-2000
;************************************************************
LIBRARY w3dt
EXPORTS
UlAtqInitialize
UlAtqTerminate
UlAtqStartListen
UlAtqGetContextProperty
UlAtqSetContextProperty
UlAtqFreeContext
UlAtqSendEntityBody
UlAtqReceiveEntityBody
UlAtqSendHttpResponse
UlAtqWaitForDisconnect
UlAtqInduceShutdown
UlAtqReceiveClientCertificate
UlAtqFlushUlCache
; ********************* End of File *****************************