Platform SDK: MAPI |
The SPropProblemArray structure contains an array of one or more SPropProblem structures.
Header file: | MAPIDEFS.H |
Related macros: | CbNewSPropProblemArray CbSPropProblemArray SizedSPropProblemArray |
typedef struct _SPropProblemArray { ULONG cProblem; SPropProblem aProblem[MAPI_DIM]; } SPropProblemArray, FAR *LPSPropProblemArray;
For more information on how the SPropProblem and SPropProblemArray structures work with errors related to properties, see Named Properties.