2.10.10 ExControlContainer

Referenced by: ExObjListSubContainer

A container record that specifies information about an ActiveX control.


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

...

exControlAtom

...

...

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_ExternalOleControl.

exControlAtom (12 bytes): An ExControlAtom record that specifies the identifying information for this ActiveX control.

exOleObjAtom (32 bytes): An ExOleObjAtom record (section 2.10.12) that specifies information about this ActiveX control as an 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 ActiveX control.

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 ActiveX control.