Share via


SAFEARRAYBOUND

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

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

OS Versions: Windows CE 1.0 and later.
Header: Oaidl.h.

See Also

Automation Structures

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.