SizedSPropProblemArray

Send Feedback

The SizedSPropProblemArray macro creates a named SPropProblemArray structure that contains a specified number of SPropProblem structures.

Syntax

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 as a pointer to an SPropProblemArray structure, perform the following cast:

lpPropProbArray = (LPSPropProblemArray) &SizedSPropProblemArray;

Requirements

Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: mapidefs.h
Library: cemapi.lib

See Also

MAPI Macros | Messaging | SPropProblemArray

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.