2.2.1.1.1.4 SAFEARRAYBOUND
The SAFEARRAYBOUND structure represents the bounds of one dimension of a SAFEARRAY or SAFEARRAY2. Its format is as follows.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
cElements |
|||||||||||||||||||||||||||||||
|
lLbound |
|||||||||||||||||||||||||||||||
cElements (4 bytes): A 32-bit unsigned integer, specifying the number of elements in the dimension.
lLbound (4 bytes): A 32-bit unsigned integer, specifying the lower bound of the dimension.