CbNewSPropAttrArray
The CbNewSPropAttrArray macro
determines the memory allocation requirement of an SPropAttrArray
structure containing a specified number of property attributes.
Quick Info
Header
file: |
IMESSAGE.H |
Related
structure: |
SPropAttrArray |
int
CbNewSPropAttrArray (int _c)
Parameters
_c
Count of
property attributes.
Remarks
The CbNewSPropAttrArray
macro returns the number of bytes of memory needed to hold an SPropAttrArray
containing the number of property attributes specified by _c.