GetType 方法會擷取局部變數的類型。
語法
HRESULT GetType(
IDebugHostType **localType
);
參數
localType
接收局部變數類型之 IDebugHostType 介面的指標變數。
傳回值
如果方法成功,則會傳回S_OK。 否則,它會傳回 HRESULT 錯誤碼。
要求
| 要求 | 價值 |
|---|---|
| 標頭 | dbgmodel.h |
GetType 方法會擷取局部變數的類型。
HRESULT GetType(
IDebugHostType **localType
);
localType
接收局部變數類型之 IDebugHostType 介面的指標變數。
如果方法成功,則會傳回S_OK。 否則,它會傳回 HRESULT 錯誤碼。
| 要求 | 價值 |
|---|---|
| 標頭 | dbgmodel.h |