SPropProblemArray

The SPropProblemArray structure contains an array of one or more SPropProblem structures.

Quick Info

Header file: MAPIDEFS.H
Related macros: CbNewSPropProblemArray
CbSPropProblemArray
SizedSPropProblemArray

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.

Remarks

For more information on how the SPropProblem and SPropProblemArray structures work with errors related to properties, see Named Properties.

See Also

Property Structures, SCODE, SPropProblem