Share via


SizedSRowSet

Applies to: Office 2010 | Outlook 2010 | Visual Studio

Creates a named SRowSet structure that contains a specified number of rows.

Header file:

Mapidefs.h

Related structure:

SRowSet

SizedSRowSet (_crow, _name)

Parameters

  • _crow
    Count of the number of rows to be included in the new structure.

  • _name
    Name for the new structure.

Remarks

To use the new structure that results from the SizedSRowSet macro as a pointer to an SRowSet structure, perform the following cast:

lpSRowSet = (LPSRowSet) &SizedSRowSet;

See Also

Reference

SRowSet

Concepts

Macros Related to Structures