|
Previous Top Next |
The version class is used to retrieve version information from binary files, i.e. exe and dll files. If no language information is included in the version information, it defaults to the Windows 1252 Character Set. See http://en.wikipedia.org/wiki/Windows-1252 for more information. If multiple language information is included the Version Class will only retrieve the first language.
ITVersionClass Class(ITShellClass),TYPE,Module('ITVersionClass.clw'),Link('ITVersionClass',_ITUtilLinkMode_),DLL(_ITUtilDllMode_)
FileExists Byte
FileHasVersionInfo Byte
HideDebugViewVC Byte
VersionInfo &ITVersionInfoQueue
VersionNames &ITVersionNameQueue
AddClarionResources Procedure
AddVersionName Procedure(String pVerName, String pUseName)
GetDisplayName Procedure(String pKeyName),String
GetLanguageString Procedure(Long pPtr),String
GetVersionInfo Procedure(String pValueName),String ! Returns ValueInfo
LoadVersionNames Procedure
PTD Procedure(String pS, Byte pHideDebug=False),VIRTUAL
QueryValue Procedure(Long pPtrBuffer, *Long pBufferSize, String pName),String ! Returns value of the valuename
RetrieveFromFile Procedure(String pFile),Byte,PROC
RetrieveFromSelf Procedure(),Byte
Construct Procedure
Destruct Procedure
End