ReactOS 0.4.15-dev-7085-g12a5971
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
class | CDockSite |
Functions | |
virtual HRESULT STDMETHODCALLTYPE | GetNameSpaceID (LPCITEMIDLIST, LPGUID)=0 |
virtual HRESULT STDMETHODCALLTYPE | QueryNameSpace (ULONG, LPGUID, IShellFolder **)=0 |
virtual HRESULT STDMETHODCALLTYPE | EnumNameSpace (ULONG, PULONG)=0 |
HRESULT WINAPI | SHBindToFolder (LPCITEMIDLIST path, IShellFolder **newFolder) |
HRESULT | IUnknown_RelayWinEvent (IUnknown *punk, HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT *theResult) |
HRESULT | IUnknown_ShowDW (IUnknown *punk, BOOL fShow) |
HRESULT | IUnknown_CloseDW (IUnknown *punk, DWORD dwReserved) |
static HRESULT | BindToDesktop (LPCITEMIDLIST pidl, IShellFolder **ppsfResult) |
static HRESULT | GetFavoritesFolder (IShellFolder **ppsfFavorites, LPITEMIDLIST *ppidl) |
Variables | |
interface IShellFolder | LPCITEMIDLIST |
interface IShellFolder | ULONG = 0 |
|
static |
Definition at line 372 of file internettoolbar.cpp.
Referenced by GetFavoritesFolder().
|
pure virtual |
|
static |
Definition at line 388 of file internettoolbar.cpp.
Referenced by CMenuCallback::GetObject().
|
pure virtual |
Definition at line 104 of file internettoolbar.cpp.
Referenced by CInternetToolbar::CloseDW().
HRESULT IUnknown_RelayWinEvent | ( | IUnknown * | punk, |
HWND | hWnd, | ||
UINT | uMsg, | ||
WPARAM | wParam, | ||
LPARAM | lParam, | ||
LRESULT * | theResult | ||
) |
Definition at line 78 of file internettoolbar.cpp.
Referenced by CInternetToolbar::OnWinEvent().
Definition at line 92 of file internettoolbar.cpp.
Referenced by CShellBrowser::Exec(), CShellBrowser::Initialize(), and CInternetToolbar::ShowDW().
|
pure virtual |
HRESULT WINAPI SHBindToFolder | ( | LPCITEMIDLIST | path, |
IShellFolder ** | newFolder | ||
) |
Definition at line 153 of file shellbrowser.cpp.
Referenced by CShellBrowser::BrowseToPIDL().
Definition at line 32 of file internettoolbar.cpp.
Definition at line 32 of file internettoolbar.cpp.