Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Frees the contents of an ADDRESSLIST structure.
Syntax
HRESULT FreeAddressList(
[in, out] LPADDRESSLIST pList
);
Parameters
-
pList [in, out]
-
Type: LPADDRESSLIST
Receives a pointer to the ADDRESSLIST structure to free.
Return value
Type: HRESULT
Returns one of the following values.
Return code | Description |
---|---|
|
Indicates success. |
|
Indicates that pList is NULL or that pList->cAdrs is greater than zero and pList->prgAdr is NULL. |
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 |
|
DLL |
|