2.10.27 ExOleEmbedContainer

Referenced by: ExObjListSubContainer

A container record that specifies information about an embedded OLE object.


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

rh

...

exOleEmbedAtom (16 bytes)

...

...

exOleObjAtom (32 bytes)

...

...

menuNameAtom (variable)

...

progIdAtom (variable)

...

clipboardNameAtom (variable)

...

metafile (variable)

...

rh (8 bytes): A RecordHeader structure (section 2.3.1) that specifies the header for this record. Sub-fields are further specified in the following table.

Field

Meaning

rh.recVer

MUST be 0xF.

rh.recInstance

MUST be 0x000.

rh.recType

MUST be an RT_ExternalOleEmbed.

exOleEmbedAtom (16 bytes): An ExOleEmbedAtom record that specifies information about embedding an OLE object.

exOleObjAtom (32 bytes): An ExOleObjAtom record (section 2.10.12) that specifies information about the OLE object.

menuNameAtom (variable): An optional MenuNameAtom record that specifies the name to use in the user interface.

progIdAtom (variable): An optional ProgIDAtom record that specifies the ProgID (described in [MSDN-COM]) of the OLE object.

clipboardNameAtom (variable): An optional ClipboardNameAtom record that specifies the name used by the user interface during copy and paste operations.

metafile (variable): An optional MetafileBlob record that specifies the icon for the OLE object.