ReactOS 0.4.15-dev-7196-g0fe0b40
|
Go to the source code of this file.
Classes | |
struct | _PIDLDATA |
Macros | |
#define | UNIMPLEMENTED DbgPrint("%s is UNIMPLEMENTED!\n", __FUNCTION__) |
#define | PT_GUID 0x1F |
#define | PT_SHELLEXT 0x2E |
#define | PT_YAGUID 0x70 |
Typedefs | |
typedef struct _PIDLDATA | PIDLDATA |
typedef struct _PIDLDATA * | LPPIDLDATA |
Functions | |
static BOOL | _ILIsSpecialFolder (LPCITEMIDLIST pidl) |
HRESULT | GetDisplayName (LPCITEMIDLIST pidlDirectory, TCHAR *szDisplayName, UINT cchMax, DWORD uFlags) |
HRESULT | _ReparsePIDL (LPITEMIDLIST buggyPidl, LPITEMIDLIST *cleanPidl) |
#define PT_GUID 0x1F |
Definition at line 45 of file explorerband.cpp.
#define PT_SHELLEXT 0x2E |
Definition at line 46 of file explorerband.cpp.
#define PT_YAGUID 0x70 |
Definition at line 47 of file explorerband.cpp.
#define UNIMPLEMENTED DbgPrint("%s is UNIMPLEMENTED!\n", __FUNCTION__) |
Definition at line 29 of file explorerband.cpp.
typedef struct _PIDLDATA * LPPIDLDATA |
|
static |
Definition at line 49 of file explorerband.cpp.
Referenced by CDesktopFolder::_GetSFFromPidl(), CDrivesFolder::BindToObject(), CControlPanelFolder::CompareIDs(), CDesktopFolder::CompareIDs(), CDrivesFolder::CompareIDs(), CExplorerBand::CompareTreeItems(), CControlPanelFolder::GetAttributesOf(), CDesktopFolder::GetAttributesOf(), CDrivesFolder::GetAttributesOf(), CRegFolder::GetAttributesOf(), CControlPanelFolder::GetDetailsOf(), CAdminToolsFolder::GetDisplayNameOf(), CControlPanelFolder::GetDisplayNameOf(), CDrivesFolder::GetDisplayNameOf(), CFontsFolder::GetDisplayNameOf(), CMyDocsFolder::GetDisplayNameOf(), CRegFolder::GetDisplayNameOf(), CDesktopFolder::GetUIObjectOf(), and CDrivesFolder::ParseDisplayName().
HRESULT _ReparsePIDL | ( | LPITEMIDLIST | buggyPidl, |
LPITEMIDLIST * | cleanPidl | ||
) |
Definition at line 89 of file explorerband.cpp.
Referenced by CExplorerBand::OnShellEvent().
HRESULT GetDisplayName | ( | LPCITEMIDLIST | pidlDirectory, |
TCHAR * | szDisplayName, | ||
UINT | cchMax, | ||
DWORD | uFlags | ||
) |
Definition at line 58 of file explorerband.cpp.