ReactOS 0.4.15-dev-5893-g1bb4167
|
#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 424 of file hexedit.c.
Referenced by HEXEDIT_Cut(), HEXEDIT_WM_KEYDOWN(), and HexEditWndProc().
|
static |
Definition at line 548 of file hexedit.c.
Referenced by HEXEDIT_WM_KEYDOWN(), and HexEditWndProc().
|
static |
Definition at line 475 of file hexedit.c.
Referenced by HEXEDIT_Cut(), HEXEDIT_Paste(), and HexEditWndProc().
Definition at line 182 of file hexedit.c.
Referenced by HEXEDIT_WM_SETFONT().
|
static |
Definition at line 630 of file hexedit.c.
Referenced by HexEditWndProc().
|
static |
Definition at line 569 of file hexedit.c.
Referenced by HexEditWndProc().
|
static |
Definition at line 662 of file hexedit.c.
Referenced by HexEditWndProc().
|
static |
Definition at line 322 of file hexedit.c.
Referenced by HEXEDIT_WM_LBUTTONDOWN().
|
static |
Definition at line 370 of file hexedit.c.
Referenced by HEXEDIT_WM_LBUTTONDOWN(), HEXEDIT_WM_LBUTTONUP(), and HEXEDIT_WM_MOUSEMOVE().
|
static |
Definition at line 98 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 190 of file hexedit.c.
Referenced by HEXEDIT_WM_PAINT().
|
static |
Definition at line 512 of file hexedit.c.
Referenced by HEXEDIT_WM_KEYDOWN(), and HexEditWndProc().
|
static |
Definition at line 555 of file hexedit.c.
Referenced by HEXEDIT_WM_KEYDOWN(), and HexEditWndProc().
|
static |
Definition at line 131 of file hexedit.c.
Referenced by HEXEDIT_HEM_LOADBUFFER(), HEXEDIT_HEM_SETMAXBUFFERSIZE(), HEXEDIT_WM_NCCREATE(), and HEXEDIT_WM_SIZE().
|
static |
Definition at line 1260 of file hexedit.c.
Referenced by HexEditWndProc().
|
static |
Definition at line 1385 of file hexedit.c.
Referenced by HexEditWndProc().
|
static |
Definition at line 727 of file hexedit.c.
Referenced by HexEditWndProc().
Definition at line 941 of file hexedit.c.
Referenced by HexEditWndProc().
|
static |
Definition at line 844 of file hexedit.c.
Referenced by HexEditWndProc().
|
static |
Definition at line 1024 of file hexedit.c.
Referenced by HexEditWndProc().
|
static |
Definition at line 743 of file hexedit.c.
Referenced by HexEditWndProc().
|
static |
Definition at line 948 of file hexedit.c.
Referenced by HexEditWndProc().
|
static |
Definition at line 983 of file hexedit.c.
Referenced by HexEditWndProc().
|
static |
Definition at line 1004 of file hexedit.c.
Referenced by HexEditWndProc().
|
static |
Definition at line 910 of file hexedit.c.
Referenced by HexEditWndProc().
|
static |
Definition at line 681 of file hexedit.c.
Referenced by HexEditWndProc().
|
static |
Definition at line 707 of file hexedit.c.
Referenced by HexEditWndProc().
|
static |
Definition at line 850 of file hexedit.c.
Referenced by HexEditWndProc().
|
static |
Definition at line 734 of file hexedit.c.
Referenced by HexEditWndProc().
|
static |
Definition at line 809 of file hexedit.c.
Referenced by HexEditWndProc().
|
static |
Definition at line 1375 of file hexedit.c.
Referenced by HexEditWndProc().
|
static |
Definition at line 751 of file hexedit.c.
Referenced by HexEditWndProc().
Definition at line 1419 of file hexedit.c.
Referenced by RegisterHexEditorClass().
Definition at line 69 of file hexedit.c.
Referenced by InitInstance().
Definition at line 90 of file hexedit.c.
Referenced by ExitInstance().
|
static |
Definition at line 54 of file hexedit.c.
Referenced by HEXEDIT_Copy(), HEXEDIT_Paste(), and RegisterHexEditorClass().
Definition at line 53 of file hexedit.c.
Referenced by RegisterHexEditorClass().