Поделиться через


RASIPADDR structure

The RASIPADDR structure contains an IP address of the form "a.b.c.d". The RASENTRY structure 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
    A BYTE that contains the most significant 8 bits of the IP address.

  • b
    A BYTE that contains the next most significant 8 bits of the IP address.

  • c
    A BYTE that contains the next most significant 8 bits of the IP address.

  • d
    A BYTE that contains the least significant 8 bits of the IP address.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Ras.h

See also

Remote Access Service (RAS) Overview

Remote Access Service Structures

RASENTRY