IRTCClient2::get_Version

The get_Version method returns the version of a client.

HRESULT get_Version(long*plVersion);

Parameters

  • plVersion
    [out] Integer value that contains the returned client version number.

Return Values

RTC methods may return an RTC_E_ constant.

Value Meaning
E_POINTER The plVersion parameter is not a valid pointer.

Requirements

Redistributable: Requires Rtcdll.dll on Windows 2000, Windows XP, and Windows Server 2003.
Header: Declared in Rtccore.h.
Library: Included as a resource in Rtcdll.dll.
GUID: IID_IRTCClient2 is defined as 0C91D71D-1064-42da-BFA5-572BEB8EEA84.

See Also

IRTCClient2, IRTCClient