The SizedSRowSet macro creates a named SRowSet structure that contains a specified number of rows.
Header file: | MAPIDEFS.H |
Related structure: | SRowSet |
SizedSRowSet (_crow, _name)
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;