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.
18 lines
449 B
18 lines
449 B
; ************************************************************
|
|
; File: w3isapi.def
|
|
; Summary: IIS Plus ISAPI Module
|
|
; Author: Taylor Weiss (TaylorW)
|
|
; Created: 03-Feb-2000
|
|
;************************************************************
|
|
|
|
LIBRARY w3isapi
|
|
|
|
EXPORTS
|
|
|
|
InitModule
|
|
TerminateModule
|
|
|
|
ProcessIsapiRequest
|
|
ProcessIsapiCompletion
|
|
|
|
; ********************* End of File *****************************
|