2025-04-27 07:49:33 -04:00

32 lines
871 B
Modula-2

; ************************************************************
; File: appwp.def
; System: Windows NT 5.x
; Summary: Callbacks for XSP
; Author: Saurab Nog ( SaurabN)
; Created: 09-Feb-1999
;************************************************************
EXPORTS
GetUlResponseBuffer
SendUlHttpResponse
SendUlEntityBody
ReceiveUlEntityBody
IndicateUlRequestCompleted
FlushUlCache
StringTimeToFileTime
; CGI related
SetupIOAndStartProc
WriteOutRequest
ReadResponse
cgiCompletionCallback
; ISAPI related
NativeIsapiProcessRequest
NativeIsapiInitialize
; For Frontpage Lightweight Server
FPIsLWSEnabled
; DAV related
DAVFreePropManager
DAVGetPropertyCount
DAVGetProperties
; ********************* End of File *****************************