#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 1070 of file CDesktopFolder.cpp.
1071{
1074}
struct mke2fs_defaults settings[]
HRESULT GetCurrentInfo([out] LPFOLDERSETTINGS lpfs)
◆ MessageSFVCB()
Definition at line 1097 of file CDesktopFolder.cpp.
1098{
1099 switch (uMsg)
1100 {
1105 {
1109 break;
1110 }
1111 }
1113}
#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 1085 of file CDesktopFolder.cpp.
1086{
1087 const CLSID* pClsid;
1089 {
1091 LPCWSTR SubKey = NewStart ?
L"HideDesktopIcons\\NewStartPanel" :
L"HideDesktopIcons\\ClassicStartMenu";
1093 }
1095}
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: