Share via


IDebugPrimitiveTypeField::GetPrimitiveType

Retrieves the primitive type that is associated with this field.

Syntax

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.

See also