共用方式為


IDebugHostType2::GetFunctionInstancePointerType 方法 (dbgmodel.h)

指出傳遞至函式的實例類型 (「this」) 指標為何。 如果函式不是類別上的實例方法,這個方法將會失敗。

語法

HRESULT GetFunctionInstancePointerType(
  IDebugHostType2 **instancePointerType
);

參數

instancePointerType

實例指標類型。

傳回值

這個方法會傳回 HRESULT,表示成功或失敗。

規格需求

需求
標頭 dbgmodel.h

另請參閱

IDebugHostType2 介面