Share via


SizedSRowSet (Compact 7)

3/12/2014

The SizedSRowSet macro creates a named SRowSet structure that contains a specified number of rows.

Syntax

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 as a pointer to an SRowSet structure, perform the following cast:

lpSRowSet = (LPSRowSet) &SizedSRowSet;

Requirements

Header

mapidefs.h

Library

cemapi.lib

See Also

Reference

MAPI Macros
SRowSet