#include <ole.h> |
DWORD OleQueryClientVersion(void) |
The OleQueryClientVersion function retrieves the version number of the client library.
This function has no parameters.
The return value is a doubleword value. The major version number is in the low-order byte of the low-order word, and the minor version number is in the high-order byte of the low-order word. The high-order word is reserved.