SizedSPropProblemArray

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Creates a named SPropProblemArray structure that contains a specified number of SPropProblem structures.

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;

See Also

Reference

SPropProblemArray

SPropProblem

Concepts

Macros Related to Structures