#include <CDesktopFolder.h>
|
| CDesktopFolderViewCB () |
|
void | Initialize (IShellView *psv) |
|
bool | IsProgmanHostedBrowser () |
|
STDMETHOD() | MessageSFVCB (UINT uMsg, WPARAM wParam, LPARAM lParam) override |
|
STDMETHOD() | ShouldShow (IShellFolder *psf, PCIDLIST_ABSOLUTE pidlFolder, PCUITEMID_CHILD pidlItem) override |
|
STDMETHODIMP | GetEnumFlags (IShellFolder *, PCIDLIST_ABSOLUTE, HWND *, DWORD *) override |
|
| ~CComObjectRootEx () |
|
ULONG | InternalAddRef () |
|
ULONG | InternalRelease () |
|
void | Lock () |
|
void | Unlock () |
|
HRESULT | _AtlInitialConstruct () |
|
| CComObjectRootBase () |
|
| ~CComObjectRootBase () |
|
void | SetVoid (void *) |
|
HRESULT | _AtlFinalConstruct () |
|
HRESULT | FinalConstruct () |
|
void | InternalFinalConstructAddRef () |
|
void | InternalFinalConstructRelease () |
|
void | FinalRelease () |
|
HRESULT | ShouldShow ([in] IShellFolder *psf, [in, unique] PCIDLIST_ABSOLUTE pidlFolder, [in] PCUITEMID_CHILD pidlItem) |
|
HRESULT | GetEnumFlags ([in] IShellFolder *psf, [in] PCIDLIST_ABSOLUTE pidlFolder, [out] HWND *phwnd, [in, out] DWORD *pgrfFlags) |
|
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
|
ULONG | AddRef () |
|
ULONG | Release () |
|
Definition at line 150 of file CDesktopFolder.h.
◆ CDesktopFolderViewCB()
CDesktopFolderViewCB::CDesktopFolderViewCB |
( |
| ) |
|
|
inline |
◆ GetEnumFlags()
◆ Initialize()
◆ IsProgmanHostedBrowser() [1/2]
bool CDesktopFolderViewCB::IsProgmanHostedBrowser |
( |
| ) |
|
◆ IsProgmanHostedBrowser() [2/2]
Definition at line 1078 of file CDesktopFolder.cpp.
1079{
1082}
struct mke2fs_defaults settings[]
HRESULT GetCurrentInfo([out] LPFOLDERSETTINGS lpfs)
◆ MessageSFVCB()
Definition at line 1105 of file CDesktopFolder.cpp.
1106{
1107 switch (uMsg)
1108 {
1113 {
1117 break;
1118 }
1119 }
1121}
#define SFVM_GETCOMMANDDIR
BOOL WINAPI SHGetSpecialFolderPathW(HWND hwndOwner, LPWSTR szPath, int nFolder, BOOL bCreate)
GLenum GLuint GLenum GLsizei const GLchar * buf
#define CSIDL_DESKTOPDIRECTORY
STRSAFEAPI StringCchCopyW(STRSAFE_LPWSTR pszDest, size_t cchDest, STRSAFE_LPCWSTR pszSrc)
◆ ShouldShow()
Implements IFolderFilter.
Definition at line 1093 of file CDesktopFolder.cpp.
1094{
1095 const CLSID* pClsid;
1097 {
1099 LPCWSTR SubKey = NewStart ?
L"HideDesktopIcons\\NewStartPanel" :
L"HideDesktopIcons\\ClassicStartMenu";
1101 }
1103}
static const CLSID * IsRegItem(LPCITEMIDLIST pidl)
BOOL SHELL32_IsShellFolderNamespaceItemHidden(LPCWSTR SubKey, REFCLSID Clsid)
#define SHELL_GetSetting(pss, ssf, field)
◆ m_IsProgmanHosted
UINT8 CDesktopFolderViewCB::m_IsProgmanHosted |
|
private |
◆ m_pShellView
The documentation for this class was generated from the following files: