HTTPMEMBERERRORLIST structure
[HTTPMEMBERERRORLIST is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
Contains a list of HTTPMEMBERERROR structures.
Syntax
typedef struct tagHTTPMEMBERERRORLIST {
ULONG cMemberError;
LPHTTPMEMBERERROR prgMemberError;
} HTTPMEMBERERRORLIST, *LPHTTPMEMBERERRORLIST;
Members
-
cMemberError
-
Type: ULONG
-
Contains a ULONG that contains the number of elements in prgMemberError.
-
prgMemberError
-
Type: LPHTTPMEMBERERROR
-
Contains a pointer to an array of HTTPMEMBERERROR 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 |
|
IDL |
|