RAPI_CONNECTIONINFO (RAPI) (Windows CE 5.0)

Send Feedback

This structure contains information that describes the connection between a Windows CE device and a host computer.

typedef struct {SOCKADDR_STORAGE ipaddr;SOCKADDR_STORAGE hostIpaddr;RAPI_CONNECTIONTYPE connectionType;} RAPI_CONNECTIONINFO;

Members

  • ipaddr
    The Windows CE device's IP address.
  • hostIpaddr
    The host computer's IP address.
  • connectionType
    The connection type. The value of connectionType is one of the RAPI_CONNECTIONTYPE enumeration values.

Requirements

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

See Also

RAPI Structures | RAPI_CONNECTIONTYPE

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.