Share via


SAFEARRAYBOUND (Compact 2013)

3/26/2014

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

See Also

Reference

Automation Structures