SAFEARRAYBOUND

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This structure represents the bounds of one dimension of the safe array.

Syntax

typedef struct tagSAFEARRAYBOUND {
  unsigned long cElements;
  long lLbound;
} SAFEARRAYBOUND;

Members

  • cElements
    Number of elements in the array.
  • lLbound
    Lower bound for the array, which can be negative.

Requirements

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

See Also

Reference

Automation Structures