ISAPIApp.HttpExtensionProc
From RAD Studio VCL Reference
Contents |
Delphi Information
From ISAPIApp.pas
function HttpExtensionProc(var ECB: TEXTENSION_CONTROL_BLOCK): Cardinal;
Unit: ISAPIApp
Type: function
Visibility: public
C++ Information
From ISAPIApp.hpp
unsigned int __fastcall HttpExtensionProc(Isapi2::TEXTENSION_CONTROL_BLOCK & ECB);
Unit: ISAPIApp
Type: function
Description
Receives an HTTP request message for an ISAPI or NSAPI application.
Do not call HttpExtensionProc. ISAPI and NSAPI DLLs export HttpExtensionProc to provide an entry point that is called by ISAPI or NSAPI Web servers when they receive HTTP request messages.