Skip to content

Latest commit

 

History

History
71 lines (54 loc) · 1.83 KB

nf-dbgmodel-idebughostevaluator2-queryinterface.md

File metadata and controls

71 lines (54 loc) · 1.83 KB
UID title description ms.date keywords 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.lib req.dll req.irql req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library targetos tech.root ms.custom f1_keywords topic_type api_type api_location api_name
NF:dbgmodel.IDebugHostEvaluator2.QueryInterface
IDebugHostEvaluator2::QueryInterface (dbgmodel.h)
The IDebugHostEvaluator2::QueryInterface method retrieves pointers to the supported interfaces on an object.
09/12/2018
IDebugHostEvaluator2::QueryInterface
IDebugHostEvaluator2::QueryInterface, QueryInterface, IDebugHostEvaluator2.QueryInterface, IDebugHostEvaluator2::QueryInterface, IDebugHostEvaluator2.QueryInterface
dbgmodel.h
Windows
debugger
RS5
IDebugHostEvaluator2::QueryInterface
dbgmodel/IDebugHostEvaluator2::QueryInterface
apiref
COM
dbgmodel.h
IDebugHostEvaluator2::QueryInterface

IDebugHostEvaluator2::QueryInterface

-description

Retrieves pointers to the supported interfaces on an object. This method calls IUnknown::AddRef on the pointer it returns.

For more information, see IUnknown::QueryInterface and Introduction to COM.

-parameters

-param iid

The interface ID. A pointer to an existing object provided as input.

-param iface

The returned pointer to the requested COM interface.

-returns

This method returns HRESULT which indicates success or failure.

-remarks

Standard COM method.

-see-also

IDebugHostEvaluator2 interface