Public Member Functions |
| | IShellBrowserImpl () |
| virtual | ~IShellBrowserImpl () |
| virtual HRESULT STDMETHODCALLTYPE | QueryInterface (REFIID iid, void **ppvObject) |
| virtual ULONG STDMETHODCALLTYPE | AddRef () |
| virtual ULONG STDMETHODCALLTYPE | Release () |
| virtual HRESULT STDMETHODCALLTYPE | ContextSensitiveHelp (BOOL fEnterMode) |
| virtual HRESULT STDMETHODCALLTYPE | OnDefaultCommand (IShellView *ppshv) |
| virtual HRESULT STDMETHODCALLTYPE | OnStateChange (IShellView *ppshv, ULONG uChange) |
| virtual HRESULT STDMETHODCALLTYPE | IncludeObject (IShellView *ppshv, LPCITEMIDLIST pidl) |
| virtual HRESULT STDMETHODCALLTYPE | InsertMenusSB (HMENU hmenuShared, LPOLEMENUGROUPWIDTHS lpMenuWidths) |
| virtual HRESULT STDMETHODCALLTYPE | SetMenuSB (HMENU hmenuShared, HOLEMENU holemenuReserved, HWND hwndActiveObject) |
| virtual HRESULT STDMETHODCALLTYPE | RemoveMenusSB (HMENU hmenuShared) |
| virtual HRESULT STDMETHODCALLTYPE | SetStatusTextSB (LPCOLESTR lpszStatusText) |
| virtual HRESULT STDMETHODCALLTYPE | EnableModelessSB (BOOL fEnable) |
| virtual HRESULT STDMETHODCALLTYPE | BrowseObject (LPCITEMIDLIST pidl, UINT wFlags) |
| virtual HRESULT STDMETHODCALLTYPE | GetViewStateStream (DWORD grfMode, LPSTREAM *ppStrm) |
| virtual HRESULT STDMETHODCALLTYPE | OnViewWindowActive (IShellView *ppshv) |
| virtual HRESULT STDMETHODCALLTYPE | SetToolbarItems (LPTBBUTTON lpButtons, UINT nButtons, UINT uFlags) |
| virtual HRESULT STDMETHODCALLTYPE | TranslateAcceleratorSB (LPMSG lpmsg, WORD wID) |
| virtual HRESULT STDMETHODCALLTYPE | QueryService (REFGUID guidService, REFIID riid, void **ppvObject) |
| virtual HRESULT STDMETHODCALLTYPE | QueryStatus (const GUID *pguidCmdGroup, ULONG cCmds, OLECMD prgCmds[], OLECMDTEXT *pCmdText) |
| virtual HRESULT STDMETHODCALLTYPE | Exec (const GUID *pguidCmdGroup, DWORD nCmdID, DWORD nCmdexecopt, VARIANT *pvaIn, VARIANT *pvaOut) |
Data Fields |
| IShellBrowser | IShellBrowser_iface |
| ICommDlgBrowser | ICommDlgBrowser_iface |
| IServiceProvider | IServiceProvider_iface |
| LONG | ref |
| HWND | hwndOwner |
Protected Member Functions |
| virtual HRESULT | OnDefaultCommand (LPIDA pida) |
Protected Attributes |
| DWORD | _dwRef |
Implementation of IShellBrowser and ICommDlgBrowser interfaces for explorer child windows (see ShellBrowserChild)
Definition at line 37 of file shellbrowserimpl.h.