IRemoteToolCommandSink2::OnCommand (Compact 2013)
3/26/2014
This method is preserved for backwards compatibility purposes only, and does not get called in the current version of the Remote Tool Server.
Instead, implement IRemoteToolCommandSink2::OnCommand2.
Syntax
HRESULT OnCommand([in] IRemoteToolCommand *pCommand)
Parameters
- pCommand
The instance of the IRemoteToolCommand received by the Remote Tool Server.
Return Value
Your implementation should return S_OK upon success.
See Also
Reference
IRemoteToolCommandSink2
IRemoteToolStream::Advise
IRemoteToolCommandSink2::OnCommand2