OleQueryServerVersion

3.1

  #include <ole.h>    

  DWORD OleQueryServerVersion(void)    

The OleQueryServerVersion function retrieves the version number of the server library.

Parameters

This function has no parameters.

Return Value

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.

See Also

OleQueryClientVersion