ReactOS 0.4.15-dev-5836-g942b022
|
#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) |
Variables | |
static const shvheader | ControlPanelSFHeader [] |
Enumerator | |
---|---|
CONTROLPANEL_COL_NAME | |
CONTROLPANEL_COL_COMMENT | |
CONTROLPANEL_COL_COUNT |
Definition at line 55 of file CControlPanelFolder.cpp.
|
static |
Definition at line 78 of file CControlPanelFolder.cpp.
Referenced by CControlPanelEnum::RegisterCPanelApp().
|
static |
Definition at line 123 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 133 of file CControlPanelFolder.cpp.
Referenced by CControlPanelFolder::GetUIObjectOf().
Definition at line 1050 of file control.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | shell | ) |
Definition at line 50 of file CControlPanelFolder.cpp.
Referenced by CControlPanelFolder::GetDefaultColumnState(), and CControlPanelFolder::GetDetailsOf().