FreeProws
The FreeProws
function destroys an SRowSet
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 SRowSet
structure to be destroyed.
Remarks
MAPI normally
uses the MAPIFreeBuffer
function to free memory, but it can use any other comparable function if
necessary.