RAPI_DEVICESTATUS
A version of this page is also available for
4/8/2010
This enumeration contains values that specify a Windows Embedded CE-based device's connection state.
Syntax
typedef enum {
RAPI_DEVICE_DISCONNECTED = 0
RAPI_DEVICE_CONNECTED = 1
} RAPI_DEVICESTATUS;
Elements
- RAPI_DEVICE_DISCONNECTED
The device is not currently connected to a host computer.
- RAPI_DEVICE_CONNECTED
The device is currently connected to a host computer.
Requirements
Header | rapitypes2.h |
Windows Embedded CE | Windows Embedded CE 6.0 and later |
Windows Mobile | Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later |