Unit WABD_ISAPI |
Classes |
Functions |
GetExtensionVersion - These functions are required to interface with ISAPI
**************************************************************** ISAPI Interface Functions
Hook_HttpExtensionProc - Description
HttpExtensionProc -
ISAPI_GetOneVar - These are ISAPI Help functions
**************************************************************** ISAPI Helper Functions
ISAPI_GetServerVars - TRACE('Server Variarble %-16s = %s', [VarName, Buf]);
Register_WABD_Callback -
RunningLocal -
SetRunLocal -
Types |
Constants |
Variables |
Functions |
**************************************************************** ISAPI Interface Functions
**************************************************************** ISAPI Helper Functions
Types |
TServerVar = record
REMOTE_ADDR : string;
REMOTE_HOST : string;
REMOTE_USER : string;
SERVER_NAME : string;
SERVER_PORT : string;
SERVER_PROTOCOL : string;
SERVER_SOFTWARE : string;
SCRIPT_NAME : string;
end;
TWABD_Callback = function(var ECB: TEXTENSION_CONTROL_BLOCK):string of object
Constants |
Variables |