[New - Windows NT]
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.
See Also