|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include <windef.h>#include <winbase.h>#include <wingdi.h>#include <winuser.h>#include <commctrl.h>#include <commdlg.h>#include <tchar.h>

Go to the source code of this file.
Macros | |
| #define | WM_USER_CLOSE_CHILD (WM_USER + 1) |
Functions | |
| BOOL | RegisterMMCWndClasses (VOID) |
| VOID | UnregisterMMCWndClasses (VOID) |
| HWND | CreateConsoleWindow (IN LPCTSTR lpFileName OPTIONAL, int nCmdShow) |
| INT | LengthOfStrResource (IN HINSTANCE hInst, IN UINT uID) |
| INT | AllocAndLoadString (OUT LPTSTR *lpTarget, IN HINSTANCE hInst, IN UINT uID) |
| DWORD | LoadAndFormatString (IN HINSTANCE hInstance, IN UINT uID, OUT LPTSTR *lpTarget,...) |
Variables | |
| HINSTANCE | hAppInstance |
| HANDLE | hAppHeap |
| HWND | hwndMainConsole |
| HWND | hwndMDIClient |
| HWND CreateConsoleWindow | ( | IN LPCTSTR lpFileName | OPTIONAL, |
| int | nCmdShow | ||
| ) |
Definition at line 585 of file console.c.
Referenced by _tWinMain().
Definition at line 23 of file misc.c.
Definition at line 85 of file misc.c.
Definition at line 526 of file console.c.
Referenced by _tWinMain().
Definition at line 576 of file console.c.
Referenced by _tWinMain().
|
extern |
Definition at line 25 of file mmc.c.
Referenced by _tWinMain(), and ConsoleChildFrmProc().
|
extern |
Definition at line 26 of file mmc.c.
Referenced by _tWinMain(), ConsoleMainFrameWndProc(), CreateNewMDIChild(), DefFrameProcA(), DefFrameProcW(), FrameOnCommand(), FrameOnCreate(), FrameOnSize(), and GetActiveChildInfo().