The ROWLIST structure contains an array of ROWENTRY structures representing rows and the operations that are performed on those rows in a table through the IExchangeModifyTable interface.
Header file: | EDKMDB.H |
typedef struct
{
ULONG cEntries;
ROWENTRY aEntries[MAPI_DIM];
} ROWLIST, FAR * LPROWLIST;
For an example of how to use this structure, see the SROWLST.CPP code sample under the ACLCLS topic.
IExchangeModifyTable::ModifyTable, ROWENTRY