2.10.1 ExObjListContainer
Referenced by: DocumentContainer
A container record that specifies a list of external objects in the document.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
rh |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
exObjListAtom |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
rgChildRec (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_ExternalObjectList.
exObjListAtom (12 bytes): An ExObjListAtom record that specifies list-specific properties.
rgChildRec (variable): An array of ExObjListSubContainer records that specifies the external objects. The length, in bytes, of the array is specified by the following formula:
-
rh.recLen – 12.