Platform SDK: RAS/Routing and RAS

RASIPADDR

The RASIPADDR structure contains an IP address. The RASENTRY structure 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.

Requirements

  Windows NT/2000: Requires Windows NT 4.0 or later.
  Windows 95/98: Unsupported.
  Header: Declared in Ras.h.

See Also

Remote Access Service (RAS) Overview, Remote Access Service Structures, RASENTRY