Share via


SAFEARRAYBOUND (Windows Embedded CE 6.0)

1/6/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

See Also

Reference

Automation Structures