次の方法で共有


IP_ADDRESS_STRING (Compact 2013)

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

See Also

Reference

IP Helper Structures
IP_ADDR_STRING