SizedSPropTagArray

The SizedSPropTagArray macro creates a structure definition identical to that of SPropTagArray but with a specified number of property tags. Use the SizedSPropTagArray macro to create property tag arrays with explicit bounds.

Quick Info

Header file:

MAPIDEFS.H

Related structure:

SPropTagArray.LHV0L

 

SizedSPropTagArray (int _ctag, _name)

Parameters

_ctag

Count of property tags to be in the property tag array aulPropTag.

_name

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

 

Remarks

To use lpSizedSPropTagArray, a sized property tag pointer, with a sized property tag in any function call or structure that expects a LPSPropTagArray pointer, perform the following cast:

lpSPropTagArray = (LPSPropTagArray) lpSizedSPropTagArray