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.
33 lines
900 B
33 lines
900 B
; ************************************************************
|
|
; File: tw3dt.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 *****************************
|
|
|