IFieldValue::GetUInt8Value

Gets the value of a field of type SYNC_METADATA_FIELD_TYPE_UINT8.


HRESULT GetUInt8Value(
  BYTE * pbValue);

pbValue

[out] Returns the value of the field.

  • S_OK

  • S_FALSE if the field value has not been set.

  • E_POINTER

  • SYNC_E_METADATA_FIELD_INVALID_TYPE when the field is not of type SYNC_METADATA_FIELD_TYPE_UINT8.

Show: