RECO_LATTICE_PROPERTIES Structure
RECO_LATTICE_PROPERTIES Structure |
Contains an array of pointers to property structures.
Declaration
[C++]
typedef struct tagRECO_LATTICE_PROPERTIES
{
ULONG cProperties;
/* [size_is][unique] */ RECO_LATTICE_PROPERTY **apProps;
} RECO_LATTICE_PROPERTIES;
Members
Name | Description |
---|---|
cProperties | A count of the properties in the array of properties. |
apProps | An array of pointers to properties. |
Remarks
The apProps element contains an array of pointers to properties rather than the structures themselves so that property values can be reused with multiple elements with lower memory usage.