Platform SDK: MAPI |
The SizedSPropProblemArray macro creates a named SPropProblemArray structure that contains a specified number of SPropProblem structures.
Header file: | MAPIDEFS.H |
Related structure: | SPropProblemArray |
SizedSPropProblemArray (_cprob, _name)
Use the SizedSPropProblemArray macro to create a property problem array with explicit bounds. To use the new structure that results from the SizedSPropProblemArray macro as a pointer to an SPropProblemArray structure, perform the following cast:
lpPropProbArray = (LPSPropProblemArray) &SizedSPropProblemArray;