|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <bandproxy.h>


Public Member Functions | |
| CBandProxy () | |
| ~CBandProxy () | |
| HRESULT | FindBrowserWindow (IUnknown **browser) |
| STDMETHOD() | SetSite (IUnknown *paramC) override |
| STDMETHOD() | CreateNewWindow (long paramC) override |
| STDMETHOD() | GetBrowserWindow (IUnknown **paramC) override |
| STDMETHOD() | IsConnected () override |
| STDMETHOD() | NavigateToPIDL (LPCITEMIDLIST pidl) override |
| STDMETHOD() | NavigateToURL (long paramC, long param10) override |
Public Member Functions inherited from ATL::CComObjectRootEx< CComMultiThreadModelNoCS > | |
| ~CComObjectRootEx () | |
| ULONG | InternalAddRef () |
| ULONG | InternalRelease () |
| void | Lock () |
| void | Unlock () |
| HRESULT | _AtlInitialConstruct () |
Public Member Functions inherited from ATL::CComObjectRootBase | |
| CComObjectRootBase () | |
| ~CComObjectRootBase () | |
| void | SetVoid (void *) |
| HRESULT | _AtlFinalConstruct () |
| HRESULT | FinalConstruct () |
| void | InternalFinalConstructAddRef () |
| void | InternalFinalConstructRelease () |
| void | FinalRelease () |
Private Attributes | |
| CComPtr< IUnknown > | fSite |
Additional Inherited Members | |
Static Public Member Functions inherited from ATL::CComObjectRootBase | |
| 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) |
Public Attributes inherited from ATL::CComObjectRootBase | |
| 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.
|
override |
Definition at line 58 of file bandproxy.cpp.
Definition at line 38 of file bandproxy.cpp.
Referenced by GetBrowserWindow(), IsConnected(), and NavigateToPIDL().
|
override |
Definition at line 63 of file bandproxy.cpp.
|
override |
Definition at line 70 of file bandproxy.cpp.
|
override |
Definition at line 81 of file bandproxy.cpp.
|
override |
Definition at line 124 of file bandproxy.cpp.
|
override |
Definition at line 52 of file bandproxy.cpp.
|
private |
Definition at line 29 of file bandproxy.h.
Referenced by FindBrowserWindow(), and SetSite().