ReactOS 0.4.16-dev-125-g798ea90
|
#include "regedit.h"
Go to the source code of this file.
Classes | |
struct | HEXEDIT_DATA |
Macros | |
#define | HEHT_LEFTMARGIN (0x1) |
#define | HEHT_ADDRESS (0x2) |
#define | HEHT_ADDRESSSPACING (0x3) |
#define | HEHT_HEXDUMP (0x4) |
#define | HEHT_HEXDUMPSPACING (0x5) |
#define | HEHT_ASCIIDUMP (0x6) |
#define | HEHT_RIGHTMARGIN (0x7) |
Typedefs | |
typedef struct HEXEDIT_DATA * | PHEXEDIT_DATA |
Variables | |
static const WCHAR | ClipboardFormatName [] = L"RegEdit_HexData" |
static UINT | ClipboardFormatID = 0 |
typedef struct HEXEDIT_DATA * PHEXEDIT_DATA |
|
static |
Definition at line 411 of file hexedit.c.
Referenced by HEXEDIT_Cut(), HEXEDIT_WM_KEYDOWN(), and HexEditWndProc().
|
static |
Definition at line 535 of file hexedit.c.
Referenced by HEXEDIT_WM_KEYDOWN(), and HexEditWndProc().
|
static |
Definition at line 462 of file hexedit.c.
Referenced by HEXEDIT_Cut(), HEXEDIT_Paste(), and HexEditWndProc().
Definition at line 169 of file hexedit.c.
Referenced by HEXEDIT_WM_SETFONT().
|
static |
Definition at line 617 of file hexedit.c.
Referenced by HexEditWndProc().
|
static |
Definition at line 556 of file hexedit.c.
Referenced by HexEditWndProc().
|
static |
Definition at line 649 of file hexedit.c.
Referenced by HexEditWndProc().
|
static |
Definition at line 309 of file hexedit.c.
Referenced by HEXEDIT_WM_LBUTTONDOWN().
|
static |
Definition at line 357 of file hexedit.c.
Referenced by HEXEDIT_WM_LBUTTONDOWN(), HEXEDIT_WM_LBUTTONUP(), and HEXEDIT_WM_MOUSEMOVE().
|
static |
Definition at line 85 of file hexedit.c.
Referenced by HEXEDIT_Delete(), HEXEDIT_Paste(), HEXEDIT_SelectAll(), HEXEDIT_WM_CHAR(), HEXEDIT_WM_KEYDOWN(), HEXEDIT_WM_LBUTTONDOWN(), HEXEDIT_WM_LBUTTONUP(), HEXEDIT_WM_MOUSEMOVE(), and HEXEDIT_WM_SETFOCUS().
|
static |
Definition at line 177 of file hexedit.c.
Referenced by HEXEDIT_WM_PAINT().
|
static |
Definition at line 499 of file hexedit.c.
Referenced by HEXEDIT_WM_KEYDOWN(), and HexEditWndProc().
|
static |
Definition at line 542 of file hexedit.c.
Referenced by HEXEDIT_WM_KEYDOWN(), and HexEditWndProc().
|
static |
Definition at line 118 of file hexedit.c.
Referenced by HEXEDIT_HEM_LOADBUFFER(), HEXEDIT_HEM_SETMAXBUFFERSIZE(), HEXEDIT_WM_NCCREATE(), and HEXEDIT_WM_SIZE().
|
static |
Definition at line 1247 of file hexedit.c.
Referenced by HexEditWndProc().
|
static |
Definition at line 1372 of file hexedit.c.
Referenced by HexEditWndProc().
|
static |
Definition at line 714 of file hexedit.c.
Referenced by HexEditWndProc().
Definition at line 928 of file hexedit.c.
Referenced by HexEditWndProc().
|
static |
Definition at line 831 of file hexedit.c.
Referenced by HexEditWndProc().
|
static |
Definition at line 1011 of file hexedit.c.
Referenced by HexEditWndProc().
|
static |
Definition at line 730 of file hexedit.c.
Referenced by HexEditWndProc().
|
static |
Definition at line 935 of file hexedit.c.
Referenced by HexEditWndProc().
|
static |
Definition at line 970 of file hexedit.c.
Referenced by HexEditWndProc().
|
static |
Definition at line 991 of file hexedit.c.
Referenced by HexEditWndProc().
|
static |
Definition at line 897 of file hexedit.c.
Referenced by HexEditWndProc().
|
static |
Definition at line 668 of file hexedit.c.
Referenced by HexEditWndProc().
|
static |
Definition at line 694 of file hexedit.c.
Referenced by HexEditWndProc().
|
static |
Definition at line 837 of file hexedit.c.
Referenced by HexEditWndProc().
|
static |
Definition at line 721 of file hexedit.c.
Referenced by HexEditWndProc().
|
static |
Definition at line 796 of file hexedit.c.
Referenced by HexEditWndProc().
|
static |
Definition at line 1362 of file hexedit.c.
Referenced by HexEditWndProc().
|
static |
Definition at line 738 of file hexedit.c.
Referenced by HexEditWndProc().
Definition at line 1406 of file hexedit.c.
Referenced by RegisterHexEditorClass().
Definition at line 56 of file hexedit.c.
Referenced by InitInstance().
Definition at line 77 of file hexedit.c.
Referenced by ExitInstance().
|
static |
Definition at line 41 of file hexedit.c.
Referenced by HEXEDIT_Copy(), HEXEDIT_Paste(), and RegisterHexEditorClass().
Definition at line 40 of file hexedit.c.
Referenced by RegisterHexEditorClass().