GetMxDataQuality method
- Last UpdatedJul 23, 2024
- 1 minute read
Returns the value stored in the MxValue as an MxDataQuality.
Class
IMxValue
Syntax
[C#]
short GetMxDataQuality();
[Visual C++]
HRESULT GetMxDataQuality(
[out, retval] MxDataQuality *pVal
);
Parameters
pVal
Receives the value.
Returns
S_OK - Success.
MX_E_ConversionNotSupported - The stored value is a type that cannot be converted to MxMxDataQualityataType.
MX_E_UnableToConvertString - The string held in the MxValue cannot be converted to an MxDataQuality.
MX_E_Overflow - Conversion of the stored value results in overflow.
E_POINTER - An invalid pointer was passed in.