IRAPIDevice
A version of this page is also available for
4/8/2010
This interface represents a connected Windows Embedded CE–based remote device. The interface provides methods for obtaining information about the device and about the connection between the device and desktop. Most importantly, the CreateSession method obtains a reference to an IRAPISession interface that allows the desktop application to make Remote API 2 calls on the remote device.
A reference to this interface can be obtained by using the IRAPIDesktop or the interface.
Note
With pre-Windows CE 5.0-based devices, the device object is not invalidated when the device disconnects and reconnects. For this reason, applications should use the IRAPISink:IUnknown interface to receive connect and disconnect notifications and release the existing device object and create a new one accordingly.
Methods
The following table shows the methods for this interface in alphabetical order. Like all COM interfaces, this interface inherits the methods for the IUnknown interface.
Method | Description |
---|---|
Creates an IRAPISession object that can be used to make Remote API calls. |
|
Retrieves information about the connection between the remote device and the desktop. |
|
Retrieves the connection status of a remote device. |
|
Retrieves information about the remote device. |
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 |