RAD Studio VCL Reference
|
Returns the name and version number of an ISAPI or NSAPI application.
function GetExtensionVersion(var Ver: THSE_VERSION_INFO): BOOL; stdcall;
__stdcall BOOL GetExtensionVersion(THSE_VERSION_INFO Ver);
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.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|