Skip to content

Revision History

Jessica Creighton edited this page Oct 17, 2013 · 2 revisions
  • HBUF - Revision History ?
  • HBIN - Revision History ?
  • HIST - Revision History
### HBUF ```plain Length | Type | Value --------+---------+------- 4 | uint32 | ? 4 | uint32 | Count ```

Count of the following:

 Length | Type    | Value
--------+---------+-------
      4 | uint32  | Revision Number
      4 | uint32  | Time (unknown format)
      4 | uint32  | ?
      4 | uint32  | ?
      4 | uint32  | ?

### HBUF

Multiple of the following:

 Length | Type    | Value
--------+---------+-------
      4 | uint32  | Name Length
      * | string  | Name

### HIST
 Length | Type    | Value
--------+---------+-------
      6 |         | 
      2 | uint16  | Flags
      4 | uint32  | Revision number
     28 |         |

Flags:

 Mask   | Meaning
--------+---------
 0x0001 | Add entry whenever saved
 0x0002 | Prompt for comment when closed
 0x0004 | Prompt for comment when saved
 0x0100 | Custom settings
 0x0200 | Record generated comments
 0x0400 | Default settings (overrides above flags)
Clone this wiki locally