Share via


IRemoteToolServer::GetVersion (Compact 7)

3/12/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.

See Also

Reference

IRemoteToolServer