ARRAYDESC structure (oaidl.h)

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

See also

TYPEDESC