Share via


RAPI_CONNECTIONINFO (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

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

Members

  • ipaddr
    The Windows Embedded 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

Header rapitypes2.h
Windows Embedded CE Windows CE 3.0 and later

See Also

Reference

RAPI2 Structures