IRAPISink::OnDeviceDisconnected
A version of this page is also available for
4/8/2010
This method is called by the Windows Embedded CE Connection Manager when a remote device disconnects from the desktop.
Syntax
HRESULT OnDeviceDisconnected(
IRAPIDevice* pIDevice
);
Parameters
- pIDevice
[in] Pointer to an IRAPIDevice object representing the device that has disconnected.
Return Value
Return S_OK or an error code .
Remarks
This method is called when a remote device disconnects if the implementation of the IRAPISync interface is registered with the connection manager with a call to IRAPIDesktop::Advise. Methods of the IRAPISession interface should not be called for a device that has disconnected.
Requirements
Header | rapi2.h |
Library | ole32.lib, rapiuuid.lib |
Windows Embedded CE | Windows Embedded CE 6.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
See Also
Reference
IRAPISink
IRAPISink::OnDeviceDisconnected
IRAPIDevice
IRAPIDesktop