SizedSRowSet

The SizedSRowSet macro creates a structure definition identical to that of SRowSet but with a specified number of rows.

Quick Info

Header file:

MAPIDEFS.H

Related structure:

SRowSetC2IQB5

 

SizedSRowSet (int _crow, _name)

Parameters

_crow

Count of rows.

_name

The structure type is defined with the tag _SRowSet_ _name and type name _name.

 

Remarks

To use a sized property tag array pointer lpSizedSRowSet in any function call or structure that expects a LPSRowSet pointer, perform the following cast:

lpSRowSet = (LPSRowSet) lpSizedSRowSet