ReactOS 0.4.16-dev-847-g386fccd
|
#include "precomp.h"
#include <shellapi.h>
#include <htiframe.h>
#include <strsafe.h>
#include "newatlinterfaces.h"
Go to the source code of this file.
Classes | |
class | CToolbarProxy |
struct | MenuBandInfo |
class | CShellBrowser |
class | CShellBrowser::barInfo |
Variables | |
static const unsigned int | folderOptionsPageCountMax = 20 |
static const long | BTP_DONT_UPDATE_HISTORY = 0 |
static const long | BTP_UPDATE_CUR_HISTORY = 1 |
static const long | BTP_UPDATE_NEXT_HISTORY = 2 |
static const long | BTP_ACTIVATE_NOFOCUS = 0x04 |
BOOL | createNewStuff = false |
static const TCHAR | szCabinetWndClass [] = TEXT("CabinetWClass") |
|
static |
Definition at line 2509 of file shellbrowser.cpp.
Referenced by CShellBrowser::GetPropertyBag().
BOOL WINAPI _ILIsPidlSimple | ( | LPCITEMIDLIST | pidl | ) |
Definition at line 912 of file shellbrowser.cpp.
Referenced by CFSFolder::CompareIDs(), CreateItem(), CDesktopFolder::GetDisplayNameOf(), CDrivesFolder::GetDisplayNameOf(), CFSFolder::GetDisplayNameOf(), HCR_GetFolderAttributes(), SHBindToFolderIDListParent(), and SHELL32_BindToSF().
BOOL CALLBACK AddFolderOptionsPage | ( | HPROPSHEETPAGE | thePage, |
LPARAM | lParam | ||
) |
Definition at line 1407 of file shellbrowser.cpp.
Referenced by CShellBrowser::DoFolderOptions().
|
static |
Definition at line 3875 of file shellbrowser.cpp.
Referenced by CShellBrowser::OnAddToFavorites().
Definition at line 131 of file shellbrowser.cpp.
Referenced by CShellBrowser::UpdateGotoMenu().
HRESULT GetFavsLocation | ( | HWND | hWnd, |
LPITEMIDLIST * | pPidl | ||
) |
Definition at line 3909 of file shellbrowser.cpp.
Referenced by CShellBrowser::OnAddToFavorites(), and CShellBrowser::OnOrganizeFavorites().
HRESULT IEGetNameAndFlags | ( | LPITEMIDLIST | pidl, |
SHGDNF | uFlags, | ||
LPWSTR | pszBuf, | ||
UINT | cchBuf, | ||
SFGAOF * | rgfInOut | ||
) |
Definition at line 1000 of file shellbrowser.cpp.
Referenced by CShellBrowser::BrowseToPath(), CAddressEditBox::RefreshAddress(), and CShellBrowser::UpdateWindowTitle().
HRESULT IEGetNameAndFlagsEx | ( | LPITEMIDLIST | pidl, |
SHGDNF | uFlags, | ||
long | param10, | ||
LPWSTR | pszBuf, | ||
UINT | cchBuf, | ||
SFGAOF * | rgfInOut | ||
) |
Definition at line 968 of file shellbrowser.cpp.
Referenced by IEGetNameAndFlags().
Definition at line 105 of file internettoolbar.cpp.
Referenced by CShellBrowser::Exec(), CShellBrowser::Initialize(), and CInternetToolbar::ShowDW().
Definition at line 1965 of file shellbrowser.cpp.
Referenced by CShellBrowser::Exec(), CShellBrowser::GetBorderDW(), and CShellBrowser::SetBorderSpaceDW().
HRESULT WINAPI SHBindToFolder | ( | LPCITEMIDLIST | path, |
IShellFolder ** | newFolder | ||
) |
Definition at line 154 of file shellbrowser.cpp.
Referenced by CShellBrowser::BrowseToPIDL().
HRESULT WINAPI SHBindToFolderIDListParent | ( | IShellFolder * | unused, |
LPCITEMIDLIST | pidl, | ||
const IID * | riid, | ||
LPVOID * | ppv, | ||
LPITEMIDLIST * | ppidlLast | ||
) |
Definition at line 931 of file shellbrowser.cpp.
Referenced by IEGetNameAndFlagsEx().
Definition at line 123 of file shellbrowser.cpp.
Referenced by CShellBrowser::BrowseObject(), and CShellBrowser::BrowseToPath().
Definition at line 120 of file shellbrowser.cpp.
Referenced by CShellBrowser::LoadHistory().
Definition at line 121 of file shellbrowser.cpp.
Referenced by CShellBrowser::BrowseObject(), CShellBrowser::BrowseToPath(), CShellBrowser::Navigate2(), and CShellBrowser::NavigateToParent().
Definition at line 122 of file shellbrowser.cpp.
Referenced by CShellBrowser::BrowseObject(), CShellBrowser::BrowseToPath(), CShellBrowser::Navigate2(), and CShellBrowser::NavigateToParent().
Definition at line 125 of file shellbrowser.cpp.
Definition at line 119 of file shellbrowser.cpp.
Referenced by AddFolderOptionsPage(), and CShellBrowser::DoFolderOptions().
Definition at line 170 of file shellbrowser.cpp.
Referenced by CShellBrowser::GetWndClassInfo().