ARRAYDESC

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This structure is contained within the TYPEDESC structure and used to describe the types of the array elements and the dimensions of the array.

Syntax

typedef struct _tagARRAYDESC {
  TYPEDESC  tdescElem;
  unsigned short cDims;
  SAFEARRAYBOUND rgbounds[1];
} ARRAYDESC;

Members

  • tdescElem
    Element type.
  • cDims
    Dimension count.
  • rgbounds
    Variable length array containing one element for each dimension.

Requirements

Header oaidl.h
Windows Embedded CE Windows CE 2.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

Automation Structures
TYPEDESC