Share via


INETADDRLIST structure

[INETADDRLIST is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]

Contains an Internet address list.

Syntax

typedef struct tagINETADDRLIST {
  ULONG      cAddress;
  LPINETADDR prgAddress;
} INETADDRLIST, *LPINETADDRLIST;

Members

cAddress

Type: ULONG

Contains a ULONG that contains the number of elements in prgAddress.

prgAddress

Type: LPINETADDR

Contains a pointer to an array of INETADDR structures.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Product
Outlook Express 6.0
Header
Imnxport.h
IDL
Imnxport.idl