Condividi tramite


Metodo IDebugHostContext::QueryInterface (dbgmodel.h)

Recupera i puntatori alle interfacce supportate in un oggetto . Questo metodo chiama IUnknown::AddRef sul puntatore restituito.

Per altre informazioni, vedere IUnknown::QueryInterface e Introduction to COM.

Sintassi

HRESULT QueryInterface(
  REFIID iid,
  PVOID  *iface
);

Parametri

iid

ID dell'interfaccia. Puntatore a un oggetto esistente fornito come input.

iface

Puntatore restituito all'interfaccia COM richiesta.

Valore restituito

Questo metodo restituisce HRESULT che indica l'esito positivo o negativo.

Osservazioni

Metodo COM standard.

Fabbisogno

Requisito Valore
intestazione dbgmodel.h

Vedere anche

'interfaccia IDebugHostContext