RAPI_DEVICESTATUS
This enumeration contains values that specify a Windows CE-based device's connection state.
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
Pocket PC: Windows Mobile Version 5.0 and later
Smartphone: Windows Mobile Version 5.0 and later
OS Versions: Windows CE 5.01 and later
Header: Rapitypes2.h
See Also
Send Feedback on this topic to the authors