#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 1057 of file CDesktopFolder.cpp.
1058{
1061}
struct mke2fs_defaults settings[]
HRESULT GetCurrentInfo([out] LPFOLDERSETTINGS lpfs)
◆ MessageSFVCB()
Definition at line 1084 of file CDesktopFolder.cpp.
1085{
1086 switch (uMsg)
1087 {
1088 #if ROSPOLICY_DESKTOPFOLDER_DEFLARGEICONS
1092 #endif
1097 {
1101 break;
1102 }
1103 }
1105}
#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 1072 of file CDesktopFolder.cpp.
1073{
1074 const CLSID* pClsid;
1076 {
1078 LPCWSTR SubKey = NewStart ?
L"HideDesktopIcons\\NewStartPanel" :
L"HideDesktopIcons\\ClassicStartMenu";
1080 }
1082}
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: