IDebugPrimitiveTypeField::GetPrimitiveType

Retrieves the primitive type that is associated with this field.

HRESULT GetPrimitiveType (
      DWORD* pdwType
);
int GetPrimitiveType (
      out uint pdwType
);

Parameters

Return Value

If successful, returns S_OK; otherwise, returns S_FALSE.

See Also

Concepts

IDebugPrimitiveTypeField