IRemoteToolDeviceSink::OnConnectionEvent (Compact 2013)
3/26/2014
This is called when the Remote Tool Server notices a change in a device's connection state.
Syntax
HRESULT OnConnectionEvent([in] CONNECTION_EVENT event)
Parameters
event
Indicates the type of connection event that happened.For more information, see CONNECTION_EVENT.
Return Value
Your implementation should return S_OK upon success.
See Also
Reference
IRemoteToolDeviceSink
CONNECTION_EVENT
IRemoteToolDevice::Advise