SAFEARRAYBOUND (Windows CE 5.0)
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
Send Feedback on this topic to the authors