void GetApplicationVersionNumbers( qByte * pbyV1, qByte * pbyV2, qByte * pbyV3, qByte * pbyV4 ) const;
Name | Description | |
---|---|---|
out | pbyV1 | Specifies a pointer for getting Version Number 1 as a byte value. |
out | pbyV2 | Specifies a pointer for getting Version Number 2 as a byte value. |
out | pbyV3 | Specifies a pointer for getting Version Number 3 as a byte value. |
out | pbyV4 | Specifies a pointer for getting Version Number 4 as a byte value. |
Gets the application version numbers.
The application version number is provided by the application. This value can be set by calling the SetApplicationVersionNumbers
function.
CONFIDENTIAL