ReactOS 0.4.17-dev-784-g3812a95
IConsole Interface Reference
Inheritance diagram for IConsole:
Collaboration diagram for IConsole:

Public Member Functions

HRESULT SetHeader ([in] LPHEADERCTRL pHeader)
 
HRESULT SetToolbar ([in] LPTOOLBAR pToolbar)
 
HRESULT QueryResultView ([out] LPUNKNOWN *pUnknown)
 
HRESULT QueryScopeImageList ([out] LPIMAGELIST *ppImageList)
 
HRESULT QueryResultImageList ([out] LPIMAGELIST *ppImageList)
 
HRESULT UpdateAllViews ([in] LPDATAOBJECT lpDataObject, [in] LPARAM data, [in] LONG_PTR hint)
 
HRESULT MessageBox ([in] LPCWSTR lpszText, [in] LPCWSTR lpszTitle, [in] UINT fuStyle, [out] int *piRetval)
 
HRESULT QueryConsoleVerb ([out] LPCONSOLEVERB *ppConsoleVerb)
 
HRESULT SelectScopeItem ([in] HSCOPEITEM hScopeItem)
 
HRESULT GetMainWindow ([out] HWND *phwnd)
 
HRESULT NewWindow ([in] HSCOPEITEM hScopeItem, [in] unsigned long lOptions)
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 

Additional Inherited Members

- Public Types inherited from IUnknown
typedef IUnknownLPUNKNOWN
 

Detailed Description

Definition at line 259 of file mmc.idl.

Member Function Documentation

◆ GetMainWindow()

HRESULT IConsole::GetMainWindow ( [out] HWND phwnd)

Implemented in CConsoleWnd.

◆ MessageBox()

HRESULT IConsole::MessageBox ( [in] LPCWSTR  lpszText,
[in] LPCWSTR  lpszTitle,
[in] UINT  fuStyle,
[out] int piRetval 
)

Implemented in CConsoleWnd.

◆ NewWindow()

HRESULT IConsole::NewWindow ( [in] HSCOPEITEM  hScopeItem,
[in] unsigned long  lOptions 
)

◆ QueryConsoleVerb()

HRESULT IConsole::QueryConsoleVerb ( [out] LPCONSOLEVERB ppConsoleVerb)

Implemented in CConsoleWnd.

◆ QueryResultImageList()

HRESULT IConsole::QueryResultImageList ( [out] LPIMAGELIST ppImageList)

Implemented in CConsoleWnd.

◆ QueryResultView()

HRESULT IConsole::QueryResultView ( [out] LPUNKNOWN pUnknown)

Implemented in CConsoleWnd.

◆ QueryScopeImageList()

HRESULT IConsole::QueryScopeImageList ( [out] LPIMAGELIST ppImageList)

Implemented in CConsoleWnd.

◆ SelectScopeItem()

HRESULT IConsole::SelectScopeItem ( [in] HSCOPEITEM  hScopeItem)

Implemented in CConsoleWnd.

◆ SetHeader()

HRESULT IConsole::SetHeader ( [in] LPHEADERCTRL  pHeader)

Implemented in CConsoleWnd.

◆ SetToolbar()

HRESULT IConsole::SetToolbar ( [in] LPTOOLBAR  pToolbar)

Implemented in CConsoleWnd.

◆ UpdateAllViews()

HRESULT IConsole::UpdateAllViews ( [in] LPDATAOBJECT  lpDataObject,
[in] LPARAM  data,
[in] LONG_PTR  hint 
)

Implemented in CConsoleWnd.


The documentation for this interface was generated from the following file: