RASIPADDR
A version of this page is also available for
4/8/2010
This structure contains an IP address. It uses this structure to specify the IP addresses of various servers associated with an entry in a RAS phone book.
Syntax
typedef struct RASIPADDR {
BYTE a;
BYTE b;
BYTE c;
BYTE d;
} RASIPADDR;
Members
- a, b, c, and d
These members specify the value of the corresponding location in the a.b.c.d IP address.
Remarks
In Windows Embedded CE, the order of the a, b, c, and d members are transposed to d, c, b, and a. Use the htonl function to reverse the byte order.
Requirements
Header | ras.h |
Windows Embedded CE | Windows CE 1.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |