|
ReactOS 0.4.17-dev-444-g71ee754
|

Go to the source code of this file.
Macros | |
| #define | IDM_SECURITY 5001 |
| #define | SSF_SERVERADMINUI 4 |
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (shell) | |
| EXTERN_C DWORD WINAPI | SHGetRestriction (LPCWSTR lpSubKey, LPCWSTR lpSubName, LPCWSTR lpValue) |
| static HRESULT | PostTrayCommand (UINT cmd) |
| static BOOL | is_optional_argument (const VARIANT *arg) |
| static HRESULT | SHELL_OpenFolder (LPCITEMIDLIST pidl, LPCWSTR verb=NULL) |
| static HRESULT | OpenFolder (VARIANT vDir, LPCWSTR verb=NULL) |
| static HRESULT | OpenServiceHelper (LPCWSTR name, DWORD access, SC_HANDLE &hSvc) |
| static HRESULT | SHELL32_ControlService (BSTR name, DWORD control, VARIANT &persistent) |
| HRESULT WINAPI | CShellDispatch_Constructor (REFIID riid, LPVOID *ppvOut) |
| #define IDM_SECURITY 5001 |
Definition at line 523 of file CShellDispatch.cpp.
| #define SSF_SERVERADMINUI 4 |
Definition at line 543 of file CShellDispatch.cpp.
Definition at line 597 of file CShellDispatch.cpp.
Referenced by CDefViewDual::get_Application(), and CFolder::Initialize().
Definition at line 88 of file CShellDispatch.cpp.
Referenced by CShellDispatch::BrowseForFolder().
Definition at line 138 of file CShellDispatch.cpp.
Referenced by CShellDispatch::Explore(), and CShellDispatch::Open().
Definition at line 365 of file CShellDispatch.cpp.
Referenced by CShellDispatch::CanStartStopService(), and SHELL32_ControlService().
Definition at line 19 of file CShellDispatch.cpp.
Referenced by CShellDispatch::CascadeWindows(), CShellDispatch::EjectPC(), CShellDispatch::FileRun(), CShellDispatch::FindComputer(), CShellDispatch::FindFiles(), CShellDispatch::Help(), CShellDispatch::MinimizeAll(), CShellDispatch::RefreshMenu(), CShellDispatch::SetTime(), CShellDispatch::Suspend(), CShellDispatch::TileHorizontally(), CShellDispatch::TileVertically(), CShellDispatch::ToggleDesktop(), CShellDispatch::TrayProperties(), CShellDispatch::UndoMinimizeALL(), and CShellDispatch::WindowsSecurity().
Definition at line 379 of file CShellDispatch.cpp.
Referenced by CShellDispatch::ServiceStart(), and CShellDispatch::ServiceStop().
|
static |
Definition at line 122 of file CShellDispatch.cpp.
Referenced by OpenFolder().
Definition at line 2357 of file ordinal.c.
Referenced by CShellDispatch::IsRestricted(), and SHRestrictionLookup().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |