Share via


SizedSRowSet

Send Feedback

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

Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: mapidefs.h
Library: cemapi.lib

See Also

MAPI Macros | Messaging | SRowSet

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.