RASIPADDR (Windows CE 5.0)

Send Feedback

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.

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 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

OS Versions: Windows CE 1.0 and later.
Header: Ras.h.

See Also

RASENTRY

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.