FreePadrlist 

The FreePadrlist function destroys an ADRLIST16760YG 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 ADRLIST16760YG structure to be destroyed.

 

Remarks

MAPI calls the MAPIFreeBuffer16U06F function to free every entry in the ADRLIST structure before freeing the complete structure. Therefore all such entries must have been allocated using the MAPIAllocateBuffer1MW3BAZ and MAPIAllocateMoreB1SGX_ functions.