RAPI_CONNECTIONINFO
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
Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: Rapitypes2.h
See Also
Send Feedback on this topic to the authors