Share via


SAFEARRAYBOUND (Windows CE 5.0)

Send Feedback

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

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.