RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ISAPIApp.GetExtensionVersion Function

Returns the name and version number of an ISAPI or NSAPI application.

Pascal
function GetExtensionVersion(var Ver: THSE_VERSION_INFO): BOOL; stdcall;
C++
__stdcall BOOL GetExtensionVersion(THSE_VERSION_INFO Ver);

ISAPIApp

Do not call GetExtensionVersion. ISAPI and NSAPI DLLs export GetExtension to provide an entry point that is called by ISAPI or NSAPI Web servers. This allows the Web server to obtain version information about the web server application. 

 

HttpExtensionProc 

TerminateExtension 

TIsapiapplication

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!