IDebugField::GetType
這個方法會取得欄位的型別。
HRESULT GetType(
IDebugField** ppType
);
int GetType(
out IDebugField ppType
);
參數
- ppType
[] out傳回欄位的類型和IDebugField物件。
傳回值
如果成功的話,會傳回S_OK。 否則,會傳回錯誤碼。
這個方法會取得欄位的型別。
HRESULT GetType(
IDebugField** ppType
);
int GetType(
out IDebugField ppType
);
如果成功的話,會傳回S_OK。 否則,會傳回錯誤碼。