QMedia Miscellaneous commands

QM_GetVersion

QM_GetVersion(versionString; productName):error
versionString String8 Product version
productName String255 Product name
error Longint Error result

Returns in versionString a string holding the current version of QMedia as well as the full product name in productName.

The versionString parameter follows the same format as the one returned by 4D's Application

Version command:

CharactersDescription
1F = final, B = beta, A = alpha, D = development
2-3-4Internal number
5-6Version number
7Update number
8Revision number

For example, the string "B0020100" stands for the Beta 2 of version 1.0.

Example

 C_STRING(8;$QMediaVersion)
 C_STRING(255;$QMediaInfo)
 
 $err:=QM_GetVersion ($QMediaVersion;$QMediaInfo)
 

QMedia © Escape OE
Generated by QDoc 2.8 on Thu, Nov 24, 2011 18:43:54