IIterableConcept::QueryInterface method (dbgmodel.h)
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.
HRESULT QueryInterface(
REFIID iid,
PVOID *iface
);
iid
The interface ID. A pointer to an existing object provided as input.
iface
The returned pointer to the requested COM interface.
This method returns HRESULT which indicates success or failure.
Standard COM method.
Requirement | Value |
---|---|
Header | dbgmodel.h |