Share via


RAPI_DEVICESTATUS

Send Feedback

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

Remote API Enumerations

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.