Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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