CbNewSRowSet
The cbNewSRowSet
macro determines the memory allocation requirements of an SRowSet
structure containing a specified number of rows.
Quick Info
Header
file: |
MAPIDEFS.H |
Related
structure: |
SRowSet |
int
CbNewSRowSet (int _crow)
Parameters
_crow
Count of
rows, that is the number of elements of type SRow in the aRow
member.
Remarks
The CbNewSRowSet
macro returns the number of bytes of memory that an SRowSet with the
number of rows specified by _crow would occupy.