Märkus.
Juurdepääs sellele lehele nõuab autoriseerimist. Võite proovida sisse logida või kausta vahetada.
Juurdepääs sellele lehele nõuab autoriseerimist. Võite proovida kausta vahetada.
Applies to: Outlook 2013 | Outlook 2016
Creates a named SPropProblemArray structure that contains a specified number of SPropProblem structures.
| Property | Value |
|---|---|
| Header file: |
Mapidefs.h |
| Related structure: |
SPropProblemArray |
SizedSPropProblemArray(_cprob, _name)
Parameters
_cprob
Count of SPropProblem structures to be included in the new structure.
_name
Name for the new structure.
Remarks
Use the SizedSPropProblemArray macro to create a property problem array with explicit bounds. To use the new structure that results from the SizedSPropProblemArray macro as a pointer to an SPropProblemArray structure, perform the following cast:
lpPropProbArray = (LPSPropProblemArray) &SizedSPropProblemArray;