Hex Editor - Binary File Editing Software for Windows
Download Hex Editor Neo Hide this button

Paste3Flags Enumeration

SymbolValueDescription
Paste3OverwriteMode0x00000000Overwrite existing document data with data from the Clipboard. May not be combined with Paste3InsertMode.
Paste3InsertMode0x00000001Insert Clipboard data at the given position, extending document's size. May not be combined with Paste3OverwriteMode.
Paste3LittleEndian0x00000000Treat text in Clipboard as integers that have little-endian byte order. Used only if Clipboard contains textual data. May not be combined with Paste3BigEndian.
Paste3BigEndian0x00000002Treat text in Clipboard as integers that have big-endian byte order. Used only if Clipboard contains textual data. May not be combined with Paste3LittleEndian.