ReactOS 0.4.16-dev-1056-gbe87e00
|
#include "precomp.h"
#include <shellapi.h>
#include <htiframe.h>
#include <strsafe.h>
#include <shdocvw_undoc.h>
#include "newatlinterfaces.h"
Go to the source code of this file.
Classes | |
class | CToolbarProxy |
struct | MenuBandInfo |
class | CShellBrowser |
class | CShellBrowser::barInfo |
Macros | |
#define | BWM_ONDISPLAYCHANGEDELAYED (WM_APP) |
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") |
Definition at line 259 of file shellbrowser.cpp.
|
static |
Definition at line 2531 of file shellbrowser.cpp.
Referenced by CShellBrowser::GetPropertyBag().
BOOL WINAPI _ILIsPidlSimple | ( | LPCITEMIDLIST | pidl | ) |
Definition at line 933 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 1428 of file shellbrowser.cpp.
Referenced by CShellBrowser::DoFolderOptions().
Definition at line 145 of file shellbrowser.cpp.
Referenced by CShellBrowser::UpdateGotoMenu().
HRESULT GetFavsLocation | ( | HWND | hWnd, |
LPITEMIDLIST * | pPidl | ||
) |
Definition at line 3989 of file shellbrowser.cpp.
Referenced by CShellBrowser::OnOrganizeFavorites().
|
static |
Definition at line 132 of file shellbrowser.cpp.
Referenced by CShellBrowser::OnDisplayChangeDelayed(), and CShellBrowser::OnToggleFullscreen().
HRESULT IEGetNameAndFlags | ( | LPITEMIDLIST | pidl, |
SHGDNF | uFlags, | ||
LPWSTR | pszBuf, | ||
UINT | cchBuf, | ||
SFGAOF * | rgfInOut | ||
) |
Definition at line 1021 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 989 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 1989 of file shellbrowser.cpp.
Referenced by CShellBrowser::Exec(), CShellBrowser::GetBorderDW(), and CShellBrowser::SetBorderSpaceDW().
HRESULT WINAPI SHBindToFolder | ( | LPCITEMIDLIST | path, |
IShellFolder ** | newFolder | ||
) |
Definition at line 168 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 952 of file shellbrowser.cpp.
Referenced by IEGetNameAndFlagsEx().
Definition at line 124 of file shellbrowser.cpp.
Referenced by CShellBrowser::BrowseObject(), and CShellBrowser::BrowseToPath().
Definition at line 121 of file shellbrowser.cpp.
Referenced by CShellBrowser::LoadHistory().
Definition at line 122 of file shellbrowser.cpp.
Referenced by CShellBrowser::BrowseObject(), CShellBrowser::BrowseToPath(), CShellBrowser::Navigate2(), and CShellBrowser::NavigateToParent().
Definition at line 123 of file shellbrowser.cpp.
Referenced by CShellBrowser::BrowseObject(), CShellBrowser::BrowseToPath(), CShellBrowser::Navigate2(), and CShellBrowser::NavigateToParent().
Definition at line 126 of file shellbrowser.cpp.
Definition at line 120 of file shellbrowser.cpp.
Referenced by AddFolderOptionsPage(), and CShellBrowser::DoFolderOptions().
Definition at line 184 of file shellbrowser.cpp.
Referenced by CShellBrowser::GetWndClassInfo().