FreeProws 

The FreeProws function destroys an SRowSetC2IQB5 structure and frees associated memory, including memory allocated for all structure members.

Quick Info

Header file:

MAPIUTIL.H

Implemented by:

MAPI

Called by:

Client applications and service providers

 

void FreeProws(

    LPSRowSet prows

 

   );

 

 

Parameter

prows

[in] Pointer to the SRowSetC2IQB5 structure to be destroyed.

 

Remarks

MAPI normally uses the MAPIFreeBuffer16U06F function to free memory, but it can use any other comparable function if necessary.