SAFEARRAY(byte)
The SAFEARRAY(byte) structure defines...
typedef struct tagSAFEARRAY {
USHORT cDims;
USHORT fFeatures;
ULONG cbElements;
ULONG cLocks;
PVOID pvData;
SAFEARRAYBOUND rgsabound[];
} SAFEARRAY;
Members
cDims
fFeatures
cbElements
cLocks
pvData
rgsabound