The ROWENTRY structure contains a row and the operation that is performed on that row in a table through the IExchangeModifyTable interface.
Header file: | EDKMDB.H |
typedef struct
{
ULONG ulRowFlags;
ULONG cValues;
LPSPropValue rgPropVals;
} ROWENTRY, FAR * LPROWENTRY;
For an example of how to use this structure, see the SROWLST.CPP code sample under the ACLCLS topic. For information on SPropValue structures, see the MAPI Programmer’s Reference.