2.5.107 ExternOleDdeLink

The ExternOleDdeLink structure specifies the data for an OLE data item or a DDE data item in the ExternName record. If the fOleLink field in the owned ExternName record is 1, the referenced item MUST be an OLE data item.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

lStgName

linkName (variable)

...

moper (variable)

...

lStgName (4 bytes): An unsigned integer that specifies a link storage that specifies the linked OLE object. This name of the link storage MUST be the concatenation of "LNK" and the eight byte hexadecimal representation of this value. The value MUST be 0 for a DDE data item.

linkName (variable): A ShortXLUnicodeString that specifies the name of OLE data item or DDE data item. linkName.cch MUST be less than or equal to 255.

moper (variable): An optional MOper that specifies current cell values for the linked data. This field MUST exist if and only if

(byte size of owning ExternName record – 6 – byte size of linkName > 0).