Share via


RASIPADDR (Compact 2013)

3/26/2014

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

See Also

Reference

RAS Structures
RASENTRY