ReactOS 0.4.16-dev-747-gbc52d5f
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
struct | ITBARSTATE |
class | CDockSite |
Functions | |
STDMETHOD() | GetNameSpaceID (LPCITEMIDLIST, LPGUID) PURE |
STDMETHOD() | QueryNameSpace (ULONG, LPGUID, IShellFolder **) PURE |
STDMETHOD() | EnumNameSpace (ULONG, PULONG) PURE |
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 | PURE |
|
static |
Definition at line 386 of file internettoolbar.cpp.
Referenced by GetFavoritesFolder().
|
static |
Definition at line 402 of file internettoolbar.cpp.
Referenced by CMenuCallback::GetObject().
STDMETHOD() GetNameSpaceID | ( | LPCITEMIDLIST | , |
LPGUID | |||
) |
Definition at line 117 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 91 of file internettoolbar.cpp.
Referenced by CInternetToolbar::OnWinEvent().
Definition at line 105 of file internettoolbar.cpp.
Referenced by CShellBrowser::Exec(), CShellBrowser::Initialize(), and CInternetToolbar::ShowDW().
STDMETHOD() QueryNameSpace | ( | ULONG | , |
LPGUID | , | ||
IShellFolder ** | |||
) |
HRESULT WINAPI SHBindToFolder | ( | LPCITEMIDLIST | path, |
IShellFolder ** | newFolder | ||
) |
Definition at line 154 of file shellbrowser.cpp.
Referenced by CShellBrowser::BrowseToPIDL().
Definition at line 32 of file internettoolbar.cpp.
interface IShellFolder ULONG PURE |
Definition at line 32 of file internettoolbar.cpp.