A type definition for the array. More...
#include <dn_common.h>
Public Attributes | |
| uint32_t | cbElements |
| uint16_t | cDims |
| void * | pvData |
| SAFEARRAYBOUND | rgsabound [1] |
| uint16_t | vt |
A type definition for the array.
Definition at line 293 of file dn_common.h.
The size of an element
Definition at line 297 of file dn_common.h.
The number of dimensions
Definition at line 295 of file dn_common.h.
| void* SAFEARRAY::pvData |
The pointer of array data
Definition at line 298 of file dn_common.h.
The parameters of bounds
Definition at line 299 of file dn_common.h.
Variant type
Definition at line 296 of file dn_common.h.