ReactOS 0.4.16-dev-329-g9223134
|
Go to the source code of this file.
Functions | |
static BOOL | MainWndMenuHint (PMAIN_WND_INFO Info, WORD CmdId, const MENU_HINT *HintArray, DWORD HintsCount, UINT DefHintId) |
static VOID | UpdateMainStatusBar (PMAIN_WND_INFO Info) |
VOID | UpdateServiceCount (PMAIN_WND_INFO Info) |
VOID | SetMenuAndButtonStates (PMAIN_WND_INFO Info) |
static INT CALLBACK | CompareFunc (LPARAM lParam1, LPARAM lParam2, LPARAM lParamSort) |
static BOOL | pCreateToolbar (PMAIN_WND_INFO Info) |
static BOOL | CreateStatusBar (PMAIN_WND_INFO Info) |
static BOOL | InitMainWnd (PMAIN_WND_INFO Info) |
static VOID | MainWndCommand (PMAIN_WND_INFO Info, WORD CmdId, HWND hControl) |
static VOID CALLBACK | MainWndResize (PMAIN_WND_INFO Info, WORD cx, WORD cy) |
static LRESULT CALLBACK | MainWndProc (HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) |
HWND | CreateMainWindow (LPCTSTR lpCaption, int nCmdShow) |
BOOL | InitMainWindowImpl (VOID) |
VOID | UninitMainWindowImpl (VOID) |
Variables | |
static const WCHAR | szMainWndClass [] = L"ServManWndClass" |
static const TBBUTTON | Buttons [] |
static const MENU_HINT | MainMenuHintTable [] |
static const MENU_HINT | SystemMenuHintTable [] |
Definition at line 243 of file mainwnd.c.
Referenced by CLIPOBJ_cEnumStart(), and MainWndProc().
Definition at line 923 of file mainwnd.c.
|
static |
Definition at line 308 of file mainwnd.c.
Referenced by InitMainWnd().
Definition at line 964 of file mainwnd.c.
Referenced by _tWinMain(), and wWinMain().
|
static |
Definition at line 334 of file mainwnd.c.
Referenced by MainWndProc().
|
static |
Definition at line 379 of file mainwnd.c.
Referenced by MainWndProc().
|
static |
Definition at line 81 of file mainwnd.c.
Referenced by MainWndProc().
Definition at line 639 of file mainwnd.c.
Referenced by InitMainWindowImpl(), and InitMainWndClass().
|
static |
Definition at line 608 of file mainwnd.c.
Referenced by MainWndProc().
|
static |
Definition at line 256 of file mainwnd.c.
Referenced by InitMainWnd().
VOID SetMenuAndButtonStates | ( | PMAIN_WND_INFO | Info | ) |
Definition at line 152 of file mainwnd.c.
Referenced by MainWndCommand(), MainWndProc(), and SetButtonStates().
Definition at line 990 of file mainwnd.c.
Referenced by _tWinMain(), and wWinMain().
|
static |
Definition at line 113 of file mainwnd.c.
Referenced by MainWndProc().
VOID UpdateServiceCount | ( | PMAIN_WND_INFO | Info | ) |
Definition at line 125 of file mainwnd.c.
Referenced by DeleteDialogProc(), and RefreshServiceList().
Definition at line 18 of file mainwnd.c.
Referenced by pCreateToolbar().
Definition at line 40 of file mainwnd.c.
Referenced by MainWndProc(), and CDeviceManager::MainWndProc().
Definition at line 70 of file mainwnd.c.
Referenced by MainWndProc(), and CDeviceManager::MainWndProc().
Definition at line 15 of file mainwnd.c.
Referenced by CreateMainWindow(), InitMainWindowImpl(), InitMainWndClass(), UninitMainWindowImpl(), and UnInitMainWndClass().