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 TCHAR | szMainWndClass [] = TEXT("ServManWndClass") |
| BOOL | bSortAscending = TRUE |
| static const TBBUTTON | Buttons [] |
| static const MENU_HINT | MainMenuHintTable [] |
| static const MENU_HINT | SystemMenuHintTable [] |