IFieldValue::SetUInt32Value

Sets the field value. Also sets the field type to SYNC_METADATA_FIELD_TYPE_UINT32.

HRESULT SetUInt32Value(
  ULONG value);

Parameters

  • value
    [in] The value of the field.

Return Value

  • S_OK

See Also

Reference

IFieldValue Interface