ReactOS
0.4.14-dev-608-gd495a4f
|
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 242 of file mainwnd.c.
Referenced by CLIPOBJ_cEnumStart(), and MainWndProc().
Definition at line 920 of file mainwnd.c.
Referenced by _tWinMain(), and wWinMain().
|
static |
Definition at line 307 of file mainwnd.c.
Referenced by InitMainWnd().
Definition at line 961 of file mainwnd.c.
Referenced by _tWinMain(), and wWinMain().
|
static |
Definition at line 333 of file mainwnd.c.
Referenced by MainWndProc().
|
static |
Definition at line 379 of file mainwnd.c.
Referenced by MainWndProc().
|
static |
Definition at line 80 of file mainwnd.c.
Referenced by MainWndProc().
Definition at line 636 of file mainwnd.c.
Referenced by InitMainWindowImpl().
|
static |
Definition at line 605 of file mainwnd.c.
Referenced by MainWndProc().
|
static |
Definition at line 255 of file mainwnd.c.
Referenced by InitMainWnd().
VOID SetMenuAndButtonStates | ( | PMAIN_WND_INFO | Info | ) |
Definition at line 151 of file mainwnd.c.
Referenced by MainWndCommand(), MainWndProc(), and SetButtonStates().
|
static |
VOID UpdateServiceCount | ( | PMAIN_WND_INFO | Info | ) |
Definition at line 124 of file mainwnd.c.
Referenced by DeleteDialogProc(), and RefreshServiceList().
Definition at line 17 of file mainwnd.c.
Referenced by MainWndCreateToolbarClient(), and pCreateToolbar().
Definition at line 39 of file mainwnd.c.
Referenced by MainWndProc().
Definition at line 14 of file mainwnd.c.
Referenced by CreateMainWindow(), InitMainWindowImpl(), and UninitMainWindowImpl().