SRowSet structure (wabdefs.h)

Do not use. Contains an array of SRow structures. Each SRow structure describes a row from a table.

Syntax

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

Members

cRows

Type: ULONG

Variable of type ULONG that specifies the number of SRow structures in the aRow member.

aRow[MAPI_DIM]

Type: SRow[MAPI_DIM]

Array of variables of type SRow that specifies the structures that represent the rows in the table.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header wabdefs.h