Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
This structure stores an structure stores an IPv4 address in dotted decimal notation. The IP_ADDRESS_STRING structure definition is also the type definition for the IP_MASK_STRING structure.
Syntax
typedef struct {
char String[4 * 4];
} IP_ADDRESS_STRING, *PIP_ADDRESS_STRING, IP_MASK_STRING, *PIP_MASK_STRING;
Members
- String
A character string that represents an IPv4 address or an IPv4 subnet mask in dotted decimal notation.
Remarks
The IP_ADDRESS_STRING structure is used as a parameter in the IP_ADDR_STRING structure.
Requirements
Header |
iptypes.h |