Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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