IRAPISink::OnDeviceConnected
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 connects to the desktop.
Syntax
HRESULT OnDeviceConnected(
IRAPIDevice* pIDevice
);
Parameters
- pIDevice
[in] Pointer to an IRAPIDevice object representing the device that has connected.
Return Value
Return S_OK or an error code .
Remarks
This method is called when a remote device connects if the implementation of the IRAPISync interface is registered with the connection manager with a call to IRAPIDesktop::Advise. A desktop application can wait for this method to be called and then begin executing other RAPI2 operations.
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