IDebugHostType::GetContainingModule-Methode (dbgmodel.h)

Gibt das Modul zurück, das dieses Symbol enthält, wenn das Symbol über ein enthaltenes Modul verfügt. Wenn das Symbol kein enthaltenes Modul enthält, wird ein Fehler zurückgegeben.

Syntax

HRESULT GetContainingModule(
  IDebugHostModule **containingModule
);

Parameter

containingModule

Das Modul, das das Symbol enthält, wird hier zurückgegeben.

Rückgabewert

Diese Methode gibt HRESULT zurück, das auf Erfolg oder Fehler hinweist.

Anforderungen

Anforderung Wert
Header dbgmodel.h

Weitere Informationen

IDebugHostType-Schnittstelle