Source position: jwaactivex.pas line 680
type PROPSPEC = packed record
ulKind: ULONG;
case Integer of
0: (
propid: TPropID;
);
1: (
lpwstr: POleStr;
end;