[This is preliminary documentation and subject to change.]
Queries IConsole for the result view object's IUnknown interface pointer.
HRESULT QueryResultView(
LPUNKNOWN * pUnknown // Address of the returned pointer.
);
For example, QueryResultView can be used when the result view is a custom 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.