Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
1/6/2010
This structure represents the bounds of one dimension of the safe array.
Syntax
typedef struct tagSAFEARRAYBOUND {
unsigned long cElements;
long lLbound;
} SAFEARRAYBOUND;
Members
- cElements
Number of elements in the array.
- lLbound
Lower bound for the array, which can be negative.
Requirements
| Header | oaidl.h |
| Windows Embedded CE | Windows CE 1.0 and later |