Share via


IDebugDynamicFieldCOMPlus::GetTypeFromPrimitive

Retrieves a type given its primitive type.

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

Parameters

Return Value

If successful, returns S_OK; otherwise, returns an error code.

See Also

Reference

IDebugDynamicFieldCOMPlus