IDebugDynamicFieldCOMPlus:: GetTypeFromPrimitive

检索给定的类型其原始类型。

HRESULT GetTypeFromPrimitive(
   DWORD         dwCorElementType,
   IDebugField** ppType
);
int GetTypeFromPrimitive(
   uint            dwCorElementType,
   out IDebugField ppType
);

参数

返回值

如果成功,则返回; S_OK否则,返回错误代码。

请参见

参考

IDebugDynamicFieldCOMPlus