|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
| int WINAPI | _tWinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow) |
Variables | |
| HINSTANCE | hAppInstance |
| HANDLE | hAppHeap |
| HWND | hwndMainConsole |
| HWND | hwndMDIClient |
| int WINAPI _tWinMain | ( | HINSTANCE | hInstance, |
| HINSTANCE | hPrevInstance, | ||
| LPTSTR | lpCmdLine, | ||
| int | nCmdShow | ||
| ) |
Definition at line 30 of file mmc.c.
| HANDLE hAppHeap |
Definition at line 24 of file mmc.c.
Referenced by _tWinMain(), ConsoleChildFrmProc(), ConsoleMainFrameWndProc(), FrameOnCreate(), and TestDllProductVersion().
| HINSTANCE hAppInstance |
Definition at line 23 of file mmc.c.
Referenced by _tWinMain(), AddDialogControl(), CreateConsoleWindow(), CreateNewConsoleTitle(), DoSaveFileAs(), EnumConnectionsCallback(), FrameOnCommand(), FrameOnCreate(), HandleShutdown(), InitializeSAS(), InitializeScreenSaver(), InitiateSystemShutdownThread(), LoadDialogCtrls(), LoadDialogResource(), OnInitDialog(), OnTimer(), RegisterMMCWndClasses(), UninitializeSAS(), and UnregisterMMCWndClasses().
| HWND hwndMainConsole |
Definition at line 25 of file mmc.c.
Referenced by _tWinMain(), and ConsoleChildFrmProc().
| HWND hwndMDIClient |
Definition at line 26 of file mmc.c.
Referenced by _tWinMain(), ConsoleMainFrameWndProc(), CreateNewMDIChild(), DefFrameProcA(), DefFrameProcW(), FrameOnCommand(), FrameOnCreate(), FrameOnSize(), and GetActiveChildInfo().