FreeProws

Send Feedback

The FreeProws function destroys an SRowSet structure and frees associated memory, including memory allocated for all member arrays and structures.

Syntax

void FreeProws(
  LPSRowSet prows
);

Parameter

  • prows
    [in] Pointer to the SRowSet structure to be destroyed.

Remarks

As part of its implementation of FreeProws, MAPI calls the MAPIFreeBuffer function to free every entry in the SRowSet structure before freeing the complete structure. Therefore, all such entries must have followed the allocation rules for the SRowSet structure, using an individual MAPIAllocateBuffer call for each member array and structure.

Requirements

Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: mapiutil.h
Library: cemapi.lib

See Also

MAPI Functions | Messaging

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.