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

; ************************************************************
; 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
UlAtqSetUnhealthy
UlAtqAddFragmentToCache
UlAtqReadFragmentFromCache
UlAtqRemoveFragmentFromCache
UlAtqAllocateMemory
; ********************* End of File *****************************