TSerializedMapHeader
Record describing binary file header
Declaration
Source position: charset.pp line 56
Type
TSerializedMapHeader = packed record
  cpName : string;
  cp : UInt16;
  mapLength : UInt32;
  lastChar : Int32;
  reverseMapLength : UInt32;
end
Description
TSerializedMapHeader is a record describing the binary map data file. The contents of this record can be found at offset zero of a (.bcm) file containing a single-byte Unicode map.
See also
| Name | Description | 
|---|---|
| Int32 | A signed 32-bits integer | 
| loadbinaryunicodemapping | Load binary single-byte codepage to Unicode map from file or memory | 
| UInt16 | An unsigned 16-bits integer | 
| UInt32 | An unsigned 32-bits integer | 
| UInt32 | An unsigned 32-bits integer |