ReactOS 0.4.16-dev-338-g34e76ad
|
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) |
HRESULT | VariantToIdlist (VARIANT *var, LPITEMIDLIST *idlist) |
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 507 of file CShellDispatch.cpp.
#define SSF_SERVERADMINUI 4 |
Definition at line 527 of file CShellDispatch.cpp.
Definition at line 585 of file CShellDispatch.cpp.
Referenced by CDefViewDual::get_Application(), and CFolder::Initialize().
Definition at line 101 of file CShellDispatch.cpp.
Referenced by CShellDispatch::BrowseForFolder().
Definition at line 151 of file CShellDispatch.cpp.
Referenced by CShellDispatch::Explore(), and CShellDispatch::Open().
Definition at line 349 of file CShellDispatch.cpp.
Referenced by CShellDispatch::CanStartStopService(), and SHELL32_ControlService().
Definition at line 18 of file CShellDispatch.cpp.
Referenced by CShellDispatch::CascadeWindows(), CShellDispatch::FileRun(), CShellDispatch::FindComputer(), CShellDispatch::FindFiles(), CShellDispatch::Help(), CShellDispatch::MinimizeAll(), CShellDispatch::SetTime(), CShellDispatch::TileHorizontally(), CShellDispatch::TileVertically(), CShellDispatch::ToggleDesktop(), CShellDispatch::TrayProperties(), CShellDispatch::UndoMinimizeALL(), and CShellDispatch::WindowsSecurity().
Definition at line 363 of file CShellDispatch.cpp.
Referenced by CShellDispatch::ServiceStart(), and CShellDispatch::ServiceStop().
|
static |
Definition at line 135 of file CShellDispatch.cpp.
Referenced by OpenFolder().
Definition at line 2744 of file ordinal.c.
Referenced by CShellDispatch::IsRestricted(), and SHRestrictionLookup().
HRESULT VariantToIdlist | ( | VARIANT * | var, |
LPITEMIDLIST * | idlist | ||
) |
Definition at line 64 of file CShellDispatch.cpp.
Referenced by CShellDispatch::AddToRecent(), CShellDispatch::BrowseForFolder(), CShellDispatch::NameSpace(), and OpenFolder().
WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |