Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.15 KB

sizedsrowset.md

File metadata and controls

55 lines (38 loc) · 1.15 KB
title manager ms.date ms.audience ms.topic ms.service ms.localizationpriority api_name api_type ms.assetid description
SizedSRowSet
lindalu
03/09/2015
Developer
reference
office-online-server
medium
MAPI.SizedSRowSet
COM
419e2c6d-ac3b-46c6-9a12-33f51f6d7f12
Creates a named SRowSet structure that contains a specified number of rows for Outlook 2013 or Outlook 2016.

SizedSRowSet

Applies to: Outlook 2013 | Outlook 2016

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

Property Value
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