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