Go to the source code of this file.
◆ CreateEditWindow()
Definition at line 132 of file editwnd.c.
134{
137
139 0,
142 {
145 Info->MainWnd = MainWnd;
147 Info->OpenInfo = OpenInfo;
148
159
160 if (hWndEditor !=
NULL)
162
163
165 0,
167 }
168
170}
#define HeapFree(x, y, z)
static const TCHAR szEditWndClass[]
_Must_inspect_result_ _In_ WDFCHILDLIST _In_ PWDF_CHILD_LIST_ITERATOR _Out_ WDFDEVICE _Inout_opt_ PWDF_CHILD_RETRIEVE_INFO Info
Referenced by MainWndCommand().
◆ EditWndProc()
Definition at line 50 of file editwnd.c.
54{
57
58
62 {
63 goto HandleDefaultMessage;
64 }
65
66 switch (uMsg)
67 {
69 {
72
76
78 {
80 break;
81 }
82 break;
83 }
84
86 {
88
90 &rcClient))
91 {
94 0,
95 0,
99 }
100 }
101
102 default:
103HandleDefaultMessage:
105 uMsg,
108 break;
109 }
110
111 return Ret;
112
113}
static BOOL InitEditWnd(PEDIT_WND_INFO Info)
struct _EDIT_WND_INFO * PEDIT_WND_INFO
CREATESTRUCTA * LPCREATESTRUCT
BOOL WINAPI SetWindowPos(_In_ HWND, _In_opt_ HWND, _In_ int, _In_ int, _In_ int, _In_ int, _In_ UINT)
BOOL WINAPI GetClientRect(_In_ HWND, _Out_ LPRECT)
Referenced by InitEditWindowImpl().
◆ InitEditWindowImpl()
Definition at line 173 of file editwnd.c.
174{
176
190 16,
191 16,
193
195}
static LRESULT CALLBACK EditWndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
Referenced by _tWinMain().
◆ InitEditWnd()
Definition at line 7 of file editwnd.c.
8{
11
14 {
17 }
18
24 0,
25 0,
26 100,
27 100,
33 {
35
37 }
38
44
46}
static DWORD *static HFONT(WINAPI *pCreateFontIndirectExA)(const ENUMLOGFONTEXDVA *)
HGDIOBJ WINAPI GetStockObject(_In_ int)
Referenced by EditWndProc().
◆ SetEditorEnvironment()
Definition at line 117 of file editwnd.c.
119{
121 {
122
123 }
124 else
125 {
126
127 }
128}
ACPI_PHYSICAL_ADDRESS ACPI_SIZE BOOLEAN Warn UINT32 *TableIdx UINT32 ACPI_TABLE_HEADER *OutTableHeader ACPI_TABLE_HEADER **OutTable ACPI_HANDLE UINT32 ACPI_WALK_CALLBACK ACPI_WALK_CALLBACK void void **ReturnValue UINT32 ACPI_BUFFER *RetPathPtr ACPI_OBJECT_HANDLER void *Data ACPI_OBJECT_HANDLER void **Data ACPI_STRING ACPI_OBJECT_LIST ACPI_BUFFER *ReturnObjectBuffer ACPI_DEVICE_INFO **ReturnBuffer ACPI_HANDLE ACPI_HANDLE ACPI_HANDLE *OutHandle ACPI_HANDLE *OutHandle void *Context void *Context ACPI_EVENT_HANDLER Handler UINT32 UINT32 ACPI_GPE_HANDLER void *Context UINT32 ACPI_NOTIFY_HANDLER void *Context ACPI_ADR_SPACE_TYPE ACPI_ADR_SPACE_HANDLER ACPI_ADR_SPACE_SETUP Setup
Referenced by MainWndSwitchEditorContext().
◆ UninitEditWindowImpl()
◆ szEditWndClass