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.
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 |