Share via


IP_ADDRESS_STRING

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This structure stores an IP address in dotted decimal format.

Syntax

typedef struct {
  char String[4 * 4];
} IP_ADDRESS_STRING, *PIP_ADDRESS_STRING, IP_MASK_STRING, *PIP_MASK_STRING;

Members

  • String
    A 16-bit array that holds the IP address in dotted decimal format.

Requirements

Header iptypes.h
Windows Embedded CE Windows CE .NET 4.1 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

IP Helper Structures