Advantage Client Engine
Returns the version of the Advantage Client Engine client driver being used
UNSIGNED32 |
AdsGetVersion (UNSIGNED32 *pulMajor, UNSIGNED32 *pulMinor, UNSIGNED8 *pucLetter, UNSIGNED8 *pucDesc, UNSIGNED16 *pusDescLen); |
pulMajor (O) |
Returns the major version number. |
pulMinor (O) |
Returns the minor version number (the number after the dot). This version number is a value out of 100. For example, if *pulMajor is 1, and *pulMinor is 6, the version is 1.06. If *pulMajor is 1, and *pulMinor is 60, the version is 1.60. |
pucLetter (O) |
Returns letter version. This is a single character buffer, not an array. |
pucDesc (O) |
Returns a text description (e.g., "Advantage 32-bit Client Engine for Windows"). |
pusDescLen (I/O) |
On input, this contains the length of pucDesc. On output, it contains the number of characters stored in pucDesc. If the buffer is too short, AE_INSUFFICIENT_BUFFER is returned and this argument will contain the necessary length. If the description is not needed, then this value can be specified as zero. |
Windows version information is also included in the Advantage Client Engine DLLs. Use Windows Explorer and view the file’s properties for version information.
None.