SPropProblemArray
The SPropProblemArray
structure contains an array of one or more SPropProblem structures, each of which
holds an SCODE error value that is a result of an operation attempting to
modify, delete, copy, or move a MAPI property.
Quick Info
|
Header
file: |
MAPIDEFS.H |
|
Related
macros: |
CbNewSPropProblemArray |
typedef struct _SPropProblemArray
{
ULONG cProblem;
SPropProblem aProblem[MAPI_DIM];
} SPropProblemArray, FAR *LPSPropProblemArray;
Members
cProblem
Count of SPropProblem
structures in the array indicated by the aProblem member.
aProblem
Array of SPropProblem
structures, each describing a property error.
See Also