IP_ADAPTER_MULTICAST_ADDRESS (Windows CE 5.0)

Send Feedback

This structure stores a single multicast address in a linked-list of addresses for a particular adapter.

typedef struct _IP_ADAPTER_MULTICAST_ADDRESS {union {ULONGLONGAlignment;struct{ULONGLength;DWORDFlags;}};struct _IP_ADAPTER_MULTICAST_ADDRESS* Next;SOCKET_ADDRESSAddress;} IP_ADAPTER_MULTICAST_ADDRESS, *PIP_ADAPTER_MULTICAST_ADDRESS;

Members

  • Alignment
    Reserved. Used by the compiler to align the structure.
  • Length
    The length of this structure.
  • Flags
    Flags for this address. The following table shows the possible values.
    Value Description
    IP_ADAPTER_ADDRESS_DNS_ELIGIBLE The address is eligible to appear in DNS.
    IP_ADAPTER_ADDRESS_TRANSIENT The address is a cluster address and should not be used by most applications.
  • Next
    Pointer to the next adapter address structure in the list.
  • Address
    The address.

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.