SRowSet Structure

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;

Members

cRows
ULONG

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

aRow
SRow

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

Requirements

Minimum supported client

Windows 2000 Professional

Minimum supported server

Windows 2000 Server

Product

Internet Explorer 4.0

Header

Wabdefs.h

DLL

Wab32.dll

 

 

Send comments about this topic to Microsoft

Build date: 6/30/2010

Community Additions

ADD
Show: