ARRAYDESC structure
Describes an array, its element type, and its dimension.
Syntax
typedef struct tagARRAYDESC { TYPEDESC tdescElem; USHORT cDims; SAFEARRAYBOUND rgbounds[1]; } ARRAYDESC;
Members
- tdescElem
-
The element type.
- cDims
-
The dimension count.
- rgbounds
-
A variable-length array containing one element for each dimension.
Requirements
|
Header |
|
|---|
See also
Show: