SRowSetSRowSet*
*Contents  *Index  *Topic Contents
*Previous Topic: SRow
*Next Topic: SSortOrder

SRowSet

typedef struct _SRowSet {
    ULONG   cRows;
    SRow    aRow[MAPI_DIM];
    } SRowSet;

Contains an array of SRow structures, each SRow structure describing a row from a table.

cRows
Count of SRow structures in the aRow member
aRow[MAPI_DIM]
Array of SRow structures, one for each row in the table.

Back to top


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.