IP_ADDRESS_STRING (Windows CE 5.0)

Send Feedback

This structure stores an IP address in dotted decimal format.

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

OS Versions: Windows CE .NET 4.1 and later.
Header: Iptypes.h.

See Also

IP Helper Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.