Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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[1]
A variable-length array containing one element for each dimension.
Requirements
| Requirement | Value |
|---|---|
| Header | oaidl.h |