Home
last modified time | relevance | path

Searched refs:ToolsPageWndProc (Results 1 – 6 of 6) sorted by relevance

/reactos/base/applications/msconfig_new/
H A Dtoolspage.h13 INT_PTR CALLBACK ToolsPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
H A Dmsconfig.c323 psp[nPages].pfnDlgProc = ToolsPageWndProc; in CreatePropSheet()
H A Dtoolspage.cpp318 ToolsPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) in ToolsPageWndProc() function
/reactos/base/applications/msconfig/
H A Dtoolspage.h7 INT_PTR CALLBACK ToolsPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam);
H A Dtoolspage.c56 ToolsPageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) in ToolsPageWndProc() function
H A Dmsconfig.c94 …hToolsPage = CreateDialog(hInst, MAKEINTRESOURCE(IDD_TOOLS_PAGE), hWnd, ToolsPageWndProc); Enable… in OnCreate()