ReactOS
0.4.15-dev-5615-gc3644fd
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
static BOOL | InitEditWnd (PEDIT_WND_INFO Info) |
static LRESULT CALLBACK | EditWndProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
VOID | SetEditorEnvironment (PEDIT_WND_INFO Info, BOOL Setup) |
BOOL | CreateEditWindow (struct _MAIN_WND_INFO *MainWnd, POPEN_EDIT_INFO OpenInfo) |
BOOL | InitEditWindowImpl (VOID) |
VOID | UninitEditWindowImpl (VOID) |
Variables | |
static const TCHAR | szEditWndClass [] = TEXT("WordPadEditWndClass") |
BOOL CreateEditWindow | ( | struct _MAIN_WND_INFO * | MainWnd, |
POPEN_EDIT_INFO | OpenInfo | ||
) |
Definition at line 132 of file editwnd.c.
Referenced by MainWndCommand().
Definition at line 50 of file editwnd.c.
Referenced by InitEditWindowImpl().
Definition at line 173 of file editwnd.c.
Referenced by _tWinMain().
|
static |
Definition at line 7 of file editwnd.c.
Referenced by EditWndProc().
VOID SetEditorEnvironment | ( | PEDIT_WND_INFO | Info, |
BOOL | Setup | ||
) |
Definition at line 117 of file editwnd.c.
Referenced by MainWndSwitchEditorContext().
Definition at line 3 of file editwnd.c.
Referenced by CreateEditWindow(), InitEditWindowImpl(), and UninitEditWindowImpl().