VINES_IP_ADDRESS structure
The VINES_IP_ADDRESS structure is an IP address on a Vines network.
Syntax
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
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|