Help Center

DSAFEARRAY.SAFEARRAYBOUNDmethod

Represents the bounds of one dimension of the array.

COMmethodDSafeArray.incdoc-orphan
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.

Description

Represents the bounds of one dimension of the array. The lower bound of the dimension is represented by lLbound, and cElements represents the number of elements in the dimension. The structure is defined as follows:

Example

TYPE SAFEARRAYBOUND cElements as ULONG lLbound as LONG END TYPE

Reference

  • Include file DSafeArray.inc
  • Documented in COM/DSAFEARRAY Class.md
  • Topic: DSAFEARRAY Class