Source position: jwaactivex.pas line 142
type SAFEARRAY = record
cDims: Word;
fFeatures: Word;
cbElements: LongInt;
cLocks: LongInt;
pvData: Pointer;
rgsabound: array [0..0] of TSafeArrayBound;
end;