SPropProblemArray
The SPropProblemArray structure contains an array of one or more SPropProblem structures.
Syntax
typedef struct _SPropProblemArray {
ULONG cProblem;
SPropProblem aProblem[MAPI_DIM];
} SPropProblemArray, FAR *LPSPropProblemArray;
Members
- cProblem
Count of SPropProblem structures in the array indicated by aProblem. - aProblem
Array of SPropProblem structures, each describing a property error.
Requirements
Pocket PC: Windows Mobile 2002 and later
OS Versions: Windows CE 3.0 and later
Header: mapidefs.h
See Also
Related Macros
CbSPropProblemArray ****
Send feedback on this topic to the authors.
© 2005 Microsoft Corporation. All rights reserved.