IConsole::QueryResultView method (mmc.h)
Queries IConsole for the result view object IUnknown interface pointer.
Syntax
HRESULT QueryResultView(
[out] LPUNKNOWN *pUnknown
);
Parameters
[out] pUnknown
A pointer to the location of the IUnknown interface pointer to the result view object.
Return value
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | mmc.h |
DLL | Mmcndmgr.dll |