Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
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 IRAPIDeviceobject 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 IRAPISyncinterface 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