ReactOS 0.4.15-dev-5853-gcb454ef
|
#include <bandproxy.h>
Public Member Functions | |
CBandProxy () | |
~CBandProxy () | |
HRESULT | FindBrowserWindow (IUnknown **browser) |
virtual HRESULT STDMETHODCALLTYPE | SetSite (IUnknown *paramC) |
virtual HRESULT STDMETHODCALLTYPE | CreateNewWindow (long paramC) |
virtual HRESULT STDMETHODCALLTYPE | GetBrowserWindow (IUnknown **paramC) |
virtual HRESULT STDMETHODCALLTYPE | IsConnected () |
virtual HRESULT STDMETHODCALLTYPE | NavigateToPIDL (LPCITEMIDLIST pidl) |
virtual HRESULT STDMETHODCALLTYPE | NavigateToURL (long paramC, long param10) |
![]() | |
~CComObjectRootEx () | |
ULONG | InternalAddRef () |
ULONG | InternalRelease () |
void | Lock () |
void | Unlock () |
HRESULT | _AtlInitialConstruct () |
![]() | |
CComObjectRootBase () | |
~CComObjectRootBase () | |
void | SetVoid (void *) |
HRESULT | _AtlFinalConstruct () |
HRESULT | FinalConstruct () |
void | InternalFinalConstructAddRef () |
void | InternalFinalConstructRelease () |
void | FinalRelease () |
Private Attributes | |
CComPtr< IUnknown > | fSite |
Additional Inherited Members | |
![]() | |
static void WINAPI | ObjectMain (bool) |
static const struct _ATL_CATMAP_ENTRY * | GetCategoryMap () |
static HRESULT WINAPI | InternalQueryInterface (void *pThis, const _ATL_INTMAP_ENTRY *pEntries, REFIID iid, void **ppvObject) |
![]() | |
LONG | m_dwRef |
Definition at line 23 of file bandproxy.h.
CBandProxy::CBandProxy | ( | ) |
Definition at line 30 of file bandproxy.cpp.
CBandProxy::~CBandProxy | ( | ) |
Definition at line 34 of file bandproxy.cpp.
|
virtual |
Definition at line 58 of file bandproxy.cpp.
Definition at line 38 of file bandproxy.cpp.
Referenced by GetBrowserWindow(), IsConnected(), and NavigateToPIDL().
|
virtual |
Definition at line 63 of file bandproxy.cpp.
|
virtual |
Definition at line 70 of file bandproxy.cpp.
|
virtual |
Definition at line 81 of file bandproxy.cpp.
|
virtual |
Definition at line 124 of file bandproxy.cpp.
|
virtual |
Definition at line 52 of file bandproxy.cpp.
|
private |
Definition at line 29 of file bandproxy.h.
Referenced by FindBrowserWindow(), and SetSite().