Skip to content

Latest commit

 

History

History
75 lines (62 loc) · 2.42 KB

nf-mmc-iconsole-queryresultview.md

File metadata and controls

75 lines (62 loc) · 2.42 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:mmc.IConsole.QueryResultView
IConsole::QueryResultView (mmc.h)
Queries IConsole for the result view object IUnknown interface pointer.
IConsole interface [MMC]
QueryResultView method
IConsole.QueryResultView
IConsole::QueryResultView
QueryResultView
QueryResultView method [MMC]
QueryResultView method [MMC]
IConsole interface
mmc.iconsole_queryresultview
mmc/IConsole::QueryResultView
mmc\iconsole_queryresultview.htm
mmc
A13410D1-38F3-489A-8AAC-BD2909341ACB
12/05/2018
IConsole interface [MMC],QueryResultView method, IConsole.QueryResultView, IConsole::QueryResultView, QueryResultView, QueryResultView method [MMC], QueryResultView method [MMC],IConsole interface, mmc.iconsole_queryresultview, mmc/IConsole::QueryResultView
mmc.h
Windows
Windows Vista
Windows Server 2008
Mmc.idl
Mmcndmgr.dll
Windows
19H1
IConsole::QueryResultView
mmc/IConsole::QueryResultView
c++
APIRef
kbSyntax
COM
Mmcndmgr.dll
IConsole.QueryResultView

IConsole::QueryResultView

-description

Queries IConsole for the result view object IUnknown interface pointer.

-parameters

-param pUnknown [out]

A pointer to the location of the IUnknown interface pointer to the result view object.

-returns

This method can return one of these values.

-remarks

QueryResultView can be used when the result view is an OLE custom control (OCX) that implements the IDispatch interface. The user should call QueryResultView to get the IUnknown pointer to the OCX. This is necessary because the Node Manager handles the creation of the OCX.

-see-also

IConsole