次の方法で共有


RAPI_CONNECTIONTYPE (RAPI) (Windows CE 5.0)

Send Feedback

This enumeration contains values that specify the type of connection that exists between a Windows CE-based device and a host computer.

The RAPI_CONNECTIONINFO structure contains a member of this type.

typedef enum {RAPI_CONNECTION_USB = 0  RAPI_CONNECTION_IR = 1  RAPI_CONNECTION_SERIAL = 2  RAPI_CONNECTION_NETWORK = 3} RAPI_CONNECTIONTYPE;

Enumerators

  • RAPI_CONNECTION_USB
    A USB connection.
  • RAPI_CONNECTION_IR
    An infrared connection.
  • RAPI_CONNECTION_SERIAL
    A serial connection.
  • RAPI_CONNECTION_NETWORK
    A network connection.

Requirements

OS Versions: Windows CE 5.0 and later
Header: rapitypes.h
Library: rapi.lib

See Also

RAPI Enumerations | RAPI_CONNECTIONINFO

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.