|
ReactOS 0.4.17-dev-301-g9127a53
|

Go to the source code of this file.
Macros | |
| #define | WIN32_LEAN_AND_MEAN |
Functions | |
| static void | SetEditAlign (HWND hwndEdit, LONG_PTR add_style) |
| static void | SetMultiline (HWND hwnd, HWND hwndEdit, BOOL bMultiline) |
| static INT_PTR CALLBACK | DialogProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| INT WINAPI | wWinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, INT nCmdShow) |
Variables | |
| static HINSTANCE | g_hInstance = NULL |
| static HWND | g_hMainWnd = NULL |
| #define WIN32_LEAN_AND_MEAN |
Definition at line 8 of file editalign.c.
Definition at line 51 of file editalign.c.
Referenced by wWinMain().
Definition at line 17 of file editalign.c.
Referenced by DialogProc().
Definition at line 26 of file editalign.c.
Referenced by DialogProc().
| INT WINAPI wWinMain | ( | HINSTANCE | hInstance, |
| HINSTANCE | hPrevInstance, | ||
| LPWSTR | lpCmdLine, | ||
| INT | nCmdShow | ||
| ) |
Definition at line 98 of file editalign.c.
Definition at line 14 of file editalign.c.
Referenced by SetMultiline(), and wWinMain().
Definition at line 15 of file editalign.c.
Referenced by DialogProc().