IDebugPrimitiveTypeField::GetPrimitiveType
Retrieves the primitive type that is associated with this field.
HRESULT GetPrimitiveType (
DWORD* pdwType
);
int GetPrimitiveType (
out uint pdwType
);
Parameters
- pdwType
[out] Value from the CorElementType Enumeration that represents the primitive type.
Return Value
If successful, returns S_OK; otherwise, returns S_FALSE.