Go to the source code of this file.
Functions |
| static BOOL | pCreateToolbar (PMAIN_WND_INFO Info) |
| static BOOL | MainWndMenuHint (PMAIN_WND_INFO Info, WORD CmdId, const MENU_HINT *HintArray, DWORD HintsCount, UINT DefHintId) |
| static VOID | UpdateMainStatusBar (PMAIN_WND_INFO Info) |
| static BOOL | CreateTreeView (PMAIN_WND_INFO Info) |
| static BOOL | CreateStatusBar (PMAIN_WND_INFO Info) |
| static DWORD WINAPI | DeviceEnumThread (LPVOID lpParameter) |
| static VOID | UpdateViewMenu (PMAIN_WND_INFO Info) |
| static BOOL | InitMainWnd (PMAIN_WND_INFO Info) |
| static VOID | OnContext (PMAIN_WND_INFO Info, LPARAM lParam) |
| static LRESULT | OnNotify (PMAIN_WND_INFO Info, LPARAM lParam) |
| static VOID | OnRefresh (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("DevMgmtWndClass") |
| TBBUTTON | Buttons [] |
| static const MENU_HINT | MainMenuHintTable [] |
| static const MENU_HINT | SystemMenuHintTable [] |