次の方法で共有


IDebugDynamicFieldCOMPlus::GetTypeFromPrimitive

プリミティブ型を指定して型を取得します。

構文

int GetTypeFromPrimitive(
   uint            dwCorElementType,
   out IDebugField ppType
);

パラメーター

dwCorElementType
[in] プリミティブ型を表す CorElementType 列挙型の値。

ppType
[out] 型を表す IDebugField を返します。

戻り値

成功した場合は、S_OK を返します。それ以外の場合は、エラー コードを返します。

関連項目