Name | Unit | Description |
---|---|---|
MPHOffsetDec | MPHexEditor | standard offset format: decimal |
MPHOffsetHex | MPHexEditor | standard offset format: hex, auto min width, prefixed by 0x |
MPHOffsetOct | MPHexEditor | standard offset format: octal, prefixed by 0 /except of 0 pos |
MPHTranslationDesc | MPHexEditor | long descriptions of the different translations (e.g. for menues) |
MPHTranslationDescShort | MPHexEditor | short descriptions of the different translations (e.g. for status bars) |
MPTH_FILEIO_BLOCKSIZE | MPHexEditor | block size in file i/o |
MPTH_TK_ASCII7 | MPHexEditor | tkASCII |
MPTH_TK_ASCII7_S | MPHexEditor | tkASCII |
MPTH_TK_ASIS | MPHexEditor | tkAsIs |
MPTH_TK_ASIS_S | MPHexEditor | tkAsIs |
MPTH_TK_BCD38 | MPHexEditor | tkBCD |
MPTH_TK_BCD38_S | MPHexEditor | tkBCD |
MPTH_TK_CUSTOM | MPHexEditor | tkCustom |
MPTH_TK_CUSTOM_S | MPHexEditor | tkCustom |
MPTH_TK_DOS8 | MPHexEditor | tkDos8 |
MPTH_TK_DOS8_S | MPHexEditor | tkDos8 |
MPTH_TK_MAC | MPHexEditor | tkMac |
MPTH_TK_MAC_S | MPHexEditor | tkMac |
tblBCD2MSAnsi | MPHexEditor | conversion ebcdic cp 38 .. ms ansi (cp 1252) (taken from recode 3.5) |
tblMac2MSAnsi | MPHexEditor | conversion macintosh .. ms ansi (cp 1252) (taken from recode 3.5) |
tblMSAnsi2BCD | MPHexEditor | conversion ms ansi (cp 1252) .. ebcdic cp 38 (taken from recode 3.5) |
tblMSAnsi2Mac | MPHexEditor | conversion ms ansi (cp 1252) .. macintosh (taken from recode 3.5) |
WM_INTUPDATECARET | MPHexEditor | this message is posted to the hex editor when it should update the caret position |