Home
last modified time | relevance | path

Searched refs:RunControlPanel (Results 1 – 2 of 2) sorted by relevance

/reactos/base/applications/control/
H A Dcontrol.c93 RunControlPanel(LPCWSTR lpCmd) in RunControlPanel() function
123 else if (!_wcsicmp(lpCmdLine, L"color")) return RunControlPanel(L"desk.cpl,,2"); in wWinMain()
124 else if (!_wcsicmp(lpCmdLine, L"date/time")) return RunControlPanel(L"timedate.cpl"); in wWinMain()
125 else if (!_wcsicmp(lpCmdLine, L"desktop")) return RunControlPanel(L"desk.cpl"); in wWinMain()
128 else if (!_wcsicmp(lpCmdLine, L"infrared")) return RunControlPanel(L"irprops.cpl"); in wWinMain()
129 else if (!_wcsicmp(lpCmdLine, L"international")) return RunControlPanel(L"intl.cpl"); in wWinMain()
130 else if (!_wcsicmp(lpCmdLine, L"keyboard")) return RunControlPanel(L"main.cpl @1"); in wWinMain()
131 else if (!_wcsicmp(lpCmdLine, L"mouse")) return RunControlPanel(L"main.cpl @0"); in wWinMain()
133 else if (!_wcsicmp(lpCmdLine, L"netware")) return RunControlPanel(L"nwc.cpl"); in wWinMain()
226 nReturnValue = RunControlPanel(pszData); in wWinMain()
[all …]
/reactos/sdk/include/psdk/
H A Ddinput.h1564 STDMETHOD(RunControlPanel)(THIS_ HWND hwndOwner, DWORD dwFlags) PURE; in DECLARE_INTERFACE_() local
1593 STDMETHOD(RunControlPanel)(THIS_ HWND hwndOwner, DWORD dwFlags) PURE; in DECLARE_INTERFACE_() local
1667 STDMETHOD(RunControlPanel)(THIS_ HWND hwndOwner, DWORD dwFlags) PURE; in DECLARE_INTERFACE_() local
1706 STDMETHOD(RunControlPanel)(THIS_ HWND hwndOwner, DWORD dwFlags) PURE; in DECLARE_INTERFACE_() local
1809 STDMETHOD(RunControlPanel)(THIS_ HWND hwndOwner, DWORD dwFlags) PURE; in DECLARE_INTERFACE_() local
1851 STDMETHOD(RunControlPanel)(THIS_ HWND hwndOwner, DWORD dwFlags) PURE; in DECLARE_INTERFACE_() local
1964 STDMETHOD(RunControlPanel)(THIS_ HWND hwndOwner, DWORD dwFlags) PURE; in DECLARE_INTERFACE_() local
2010 STDMETHOD(RunControlPanel)(THIS_ HWND hwndOwner, DWORD dwFlags) PURE; in DECLARE_INTERFACE_() local
2310 #define IDirectInput_RunControlPanel(p,a,b) (p)->RunControlPanel(a,b)
2378 #define IDirectInput2_RunControlPanel(p,a,b) (p)->RunControlPanel(a,b)
[all …]