2.4.20.7 DiffRecordHeaders
Referenced by: DocDiff10Container, ExternalObjectDiffContainer, HeaderFooterDiffContainer, InteractiveInfoDiffContainer, MainMasterDiffContainer, MasterListDiffContainer, NamedShowDiffContainer, NamedShowListDiffContainer, NotesDiffContainer, RecolorInfoDiffContainer, ShapeDiffContainer, ShapeListDiffContainer, SlideDiffContainer, SlideListDiffContainer, SlideShowDiffContainer, TableDiffContainer, TableListDiffContainer, TextDiffContainer
A structure at the beginning of each container record, when that container record is used to specify how to display the changes to a document made by a reviewer.
Let the corresponding reviewer document be as specified in the DiffTree10Container record that contains this DiffRecordHeaders record.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
rh |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
rhAtom |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
fIndex |
unused1 |
unused2 |
unused3 |
||||||||||||||||||||||||||||
gmiTag |
|||||||||||||||||||||||||||||||
unused4 |
rh (8 bytes): A RecordHeader structure (section 2.3.1) that specifies the header for the container 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 RT_Diff10.
rhAtom (8 bytes): A RecordHeader structure (section 2.3.1) that specifies a header for the atom record that specifies how the changes made by the reviewer are displayed. Sub-fields are further specified in the following table.
-
Field
Meaning
rhAtom.recVer
MUST be 0x0.
rhAtom.recInstance
MUST be 0x000.
rhAtom.recType
MUST be RT_Diff10Atom.
rhAtom.recLen
MUST be 0x0000000C.
fIndex (1 byte): A bool1 (section 2.2.2) that specifies instance data. Interpretation of the value is dependent on gmiTag.
unused1 (1 byte): Undefined and MUST be ignored.
unused2 (1 byte): Undefined and MUST be ignored.
unused3 (1 byte): Undefined and MUST be ignored.
gmiTag (4 bytes): A DiffTypeEnum enumeration that identifies the type of changes made by the reviewer.
unused4 (4 bytes): Undefined and MUST be ignored.