This structure represents the bounds of one dimension of the safe array.
At a Glance
Syntax
typedef struct tagSAFEARRAYBOUND { unsiggned long cElements; long lLbound; } SAFEARRAYBOUND;