ReactOS 0.4.16-dev-340-g0540c21
|
Go to the source code of this file.
Functions | |
void | AddItem (DWORD, DWORD, DWORD, DWORD, int) |
void | FillListView (void) |
INT_PTR CALLBACK | ToolsPageWndProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
Variables | |
HWND | hToolsPage |
HWND | hToolsListCtrl |
HWND | hToolsDialog |
DWORD | ListItems_Cmds [20] |
DWORD | ListItems_Params [20] |
DWORD | ListItems_Locations [20] |
Definition at line 25 of file toolspage.c.
Definition at line 48 of file toolspage.c.
Referenced by ToolsPageWndProc().
Definition at line 56 of file toolspage.c.
Referenced by CreatePropSheet(), and OnCreate().
HWND hToolsDialog |
Definition at line 16 of file toolspage.c.
Referenced by ToolsPageWndProc().
HWND hToolsListCtrl |
Definition at line 15 of file toolspage.c.
Referenced by AddItem(), MsConfigWndProc(), and ToolsPageWndProc().
HWND hToolsPage |
Definition at line 14 of file toolspage.c.
Referenced by MsConfig_OnTabWndSelChange(), MsConfigWndProc(), and OnCreate().
DWORD ListItems_Cmds[20] |
Definition at line 21 of file toolspage.c.
Referenced by AddItem(), and ToolsPageWndProc().
DWORD ListItems_Locations[20] |
Definition at line 23 of file toolspage.c.
Referenced by AddItem(), and ToolsPageWndProc().
DWORD ListItems_Params[20] |
Definition at line 22 of file toolspage.c.
Referenced by AddItem(), and ToolsPageWndProc().