RAPI_CONNECTIONINFO
A version of this page is also available for
4/8/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 |
Windows Mobile | Pocket PC 2002 and later, Smartphone 2002 and later |