GetMxStatus method
- Last UpdatedJul 23, 2024
- 1 minute read
Returns the MxStatus stored in the MxValue.
Class
IMxValue
Syntax
[C#]
MxStatus GetMxStatus();
[Visual C++]
HRESULT GetMxStatus(
[out, retval] MxStatus *pVal
);
Parameters
pVal
Receives the value.
Returns
S_OK - Success.
MX_E_ConversionNotSupported - The stored value is not an MxStatus.
E_POINTER - An invalid pointer was passed in.