Home | Documentation |
isapi.cpp File Reference
updated Mon Feb 22 2016
|
#include "ISAPI_Server.h"
Functions | |
DWORD WINAPI | HttpExtensionProc (EXTENSION_CONTROL_BLOCK *pECB) |
BOOL WINAPI | GetExtensionVersion (HSE_VERSION_INFO *pVer) |
BOOL WINAPI | TerminateExtension (DWORD dwFlags) |
ISAPI extension entry points.
BOOL WINAPI GetExtensionVersion | ( | HSE_VERSION_INFO * | pVer | ) |
The required ISAPI Extension DLL entry point. points to extension version info structure
DWORD WINAPI HttpExtensionProc | ( | EXTENSION_CONTROL_BLOCK * | pECB | ) |
called for every request to this dll
BOOL WINAPI TerminateExtension | ( | DWORD | dwFlags | ) |
Last call from IIS before the extension is terminated.