FreePadrlist
The FreePadrlist
function destroys an ADRLIST
structure and frees associated memory, including memory allocated for all
member structures.
Quick Info
|
Header
file: |
MAPIUTIL.H |
|
Implemented
by: |
MAPI |
|
Called by: |
Client applications
and service providers |
void FreePadrlist(
|
LPADRLIST padrlist |
|
|
); |
|
Parameter
padrlist
[in] Pointer
to the ADRLIST
structure to be destroyed.
Remarks
MAPI calls
the MAPIFreeBuffer
function to free every entry in the ADRLIST structure before freeing the
complete structure. Therefore all such entries must have been allocated using
the MAPIAllocateBuffer
and MAPIAllocateMore
functions.