HTTPTARGETLIST structure
[HTTPTARGETLIST is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
Contains an array of target resource URLs.
Syntax
typedef struct tagHTTPTARGETLIST {
ULONG cTarget;
LPCSTR *prgTarget;
} HTTPTARGETLIST, *LPHTTPTARGETLIST;
Members
-
cTarget
-
Type: ULONG
-
Contains a ULONG that contains the number of strings in the array pointed to by prgTarget.
-
prgTarget
-
Type: LPCSTR*
-
Contains a pointer to an array of null-terminated LPCSTR strings, each of which contains the URL of a resource, for example, "message1234.html".
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 |
|