SAFEARRAYBOUND structure (oaidl.h)
Represents the bounds of one dimension of the array.
Syntax
typedef struct tagSAFEARRAYBOUND {
ULONG cElements;
LONG lLbound;
} SAFEARRAYBOUND, *LPSAFEARRAYBOUND;
Members
cElements
The number of elements in the dimension.
lLbound
The lower bound of the dimension.
Requirements
Requirement | Value |
---|---|
Header | oaidl.h |