RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TISAPIApplication.GetExtensionVersion Method

Returns the application name and version number.

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

The HTTP server calls GetExtensionVersion to obtain the application name and version number. GetExtensionVersion returns the version number for the HTTP functions in the runtime library, and the Title property of the ISAPI application object. 

 

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