IRemoteToolServer::GetVersion (Compact 2013)
3/26/2014
When called, this method returns the version of the Remote Tool Server DLL.
Syntax
HRESULT GetVersion([out] BSTR* pbstrVersion)
Parameters
- pbstrVersion
The version of the Remote Tool Server DLL as a string.
Return Value
E_INVALIDARG if pbstrVersion is NULL.
E_OUTOFMEMORY if the desktop is in a low memory condition.
S_OK if success.