VINES_IP_ADDRESS
The VINES_IP_ADDRESS structure is an IP address on a Vines network.
typedef struct _VINES_IP_ADDRESS {
DWORD NetID;
WORD SubnetID;
} VINES_IP_ADDRESS,
*LPVINES_IP_ADDRESS;
Members
- NetID
The identifier of a specific machine on a specific subnet. - SubnetID
The identifier of a specific subnet on the whole network.
Requirements
Client | Requires Windows XP, Windows 2000 Professional, or Windows NT Workstation 4.0. |
Server | Requires Windows Server 2003, Windows 2000 Server, or Windows NT Server 4.0. |
Header | Declared in Netmon.h. |