IRemoteToolServer::CreateCommand (Compact 2013)
3/26/2014
When called, this method creates a new instance of IRemoteToolCommand.
Syntax
HRESULT CreateCommand([out] IRemoteToolCommand ** ppRemoteToolCommand)
Parameters
- ppRemoteToolCommand
A new instance of IRemoteToolCommand.
Return Value
E_INVALIDARG if ppRemoteToolCommand is NULL.
E_OUTOFMEMORY if the desktop is in a low memory condition.
S_OK if success.