ReactOS 0.4.16-dev-257-g6aa11ac
|
#include <precomp.h>
Go to the source code of this file.
Classes | |
class | CControlPanelEnum |
Enumerations | |
enum | controlpanel_columns { CONTROLPANEL_COL_NAME , CONTROLPANEL_COL_COMMENT , CONTROLPANEL_COL_COUNT } |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (shell) | |
static LPITEMIDLIST | _ILCreateCPanelApplet (LPCWSTR pszName, LPCWSTR pszDisplayName, LPCWSTR pszComment, int iIconIdx) |
static PIDLCPanelStruct * | _ILGetCPanelPointer (LPCITEMIDLIST pidl) |
HRESULT | CCPLExtractIcon_CreateInstance (IShellFolder *psf, LPCITEMIDLIST pidl, REFIID riid, LPVOID *ppvOut) |
EXTERN_C void WINAPI | Control_RunDLLW (HWND hWnd, HINSTANCE hInst, LPCWSTR cmd, DWORD nCmdShow) |
static HRESULT | GetParsingName (PCIDLIST_ABSOLUTE pidl, PWSTR *Name) |
static HRESULT | CreateCplAbsoluteParsingPath (LPCWSTR Prefix, LPCWSTR InFolderParse, PWSTR Buf, UINT cchBuf) |
static HRESULT | FindExeCplClass (LPCWSTR Canonical, HKEY hKey, BOOL Wow64, LPWSTR clsid) |
static HRESULT | FindExeCplClass (LPCWSTR Canonical, LPWSTR clsid) |
Variables | |
static const REGFOLDERINFO | g_RegFolderInfo |
static const shvheader | ControlPanelSFHeader [] |
Enumerator | |
---|---|
CONTROLPANEL_COL_NAME | |
CONTROLPANEL_COL_COMMENT | |
CONTROLPANEL_COL_COUNT |
Definition at line 64 of file CControlPanelFolder.cpp.
|
static |
Definition at line 87 of file CControlPanelFolder.cpp.
Referenced by CControlPanelEnum::RegisterCPanelApp().
|
static |
Definition at line 132 of file CControlPanelFolder.cpp.
Referenced by CCPLExtractIcon_CreateInstance(), CControlPanelFolder::CompareIDs(), CControlPanelFolder::GetDetailsOf(), CControlPanelFolder::GetDisplayNameOf(), CControlPanelFolder::GetUIObjectOf(), and CCPLItemMenu::InvokeCommand().
HRESULT CCPLExtractIcon_CreateInstance | ( | IShellFolder * | psf, |
LPCITEMIDLIST | pidl, | ||
REFIID | riid, | ||
LPVOID * | ppvOut | ||
) |
Definition at line 142 of file CControlPanelFolder.cpp.
Referenced by CControlPanelFolder::GetUIObjectOf().
Definition at line 1173 of file control.c.
|
static |
Definition at line 803 of file CControlPanelFolder.cpp.
Referenced by COpenControlPanel::GetPath(), and COpenControlPanel::Open().
Definition at line 815 of file CControlPanelFolder.cpp.
Referenced by FindExeCplClass(), COpenControlPanel::GetPath(), and COpenControlPanel::Open().
Definition at line 847 of file CControlPanelFolder.cpp.
|
static |
Definition at line 788 of file CControlPanelFolder.cpp.
Referenced by CreateCplAbsoluteParsingPath(), and COpenControlPanel::GetPath().
WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |
Definition at line 59 of file CControlPanelFolder.cpp.
Referenced by CControlPanelFolder::GetDefaultColumnState(), and CControlPanelFolder::GetDetailsOf().
|
static |
Definition at line 26 of file CControlPanelFolder.cpp.
Referenced by CDesktopFolder::FinalConstruct(), CDrivesFolder::FinalConstruct(), and CControlPanelFolder::Initialize().