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
Smartphone: Windows Mobile 2002 and later
OS Versions: Windows CE 3.0 and later
Header: mapidefs.h
See Also
Related Macros
CbSPropProblemArray ****
Last updated on Friday, April 22, 2005
© 2005 Microsoft Corporation. All rights reserved.
Send feedback on this topic to the authors.