IFieldValue::GetFieldType

Gets the data type of the field.


HRESULT GetFieldType(
  ULONG * pFieldType);

pFieldType

[out] Returns the data type of the field. This value is from the SYNC_METADATA_FIELD_TYPE enumeration. The default value is SYNC_METADATA_FIELD_TYPE_NOTYPE.

  • S_OK

  • E_POINTER

Show: