RECO_LATTICE_PROPERTIES structure (rectypes.h)
Contains an array of pointers to property structures.
Syntax
typedef struct tagRECO_LATTICE_PROPERTIES {
ULONG cProperties;
RECO_LATTICE_PROPERTY **apProps;
} RECO_LATTICE_PROPERTIES;
Members
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server | None supported |
Header | rectypes.h |
See also
RECO_LATTICE_ELEMENT Structure