PutElapsedTime method
- Last UpdatedJul 23, 2024
- 1 minute read
Stores a VB_LARGE_INTEGER value in the MxValue. The MxValue's data type will be MxElapsedTime.
Class
IMxValue
Syntax
[C#]
void PutElapsedTime(
ref VB_LARGE_INTEGER pNewVal
);
[Visual C++]
HRESULT PutElapsedTime(
[in] VB_LARGE_INTEGER *pNewVal
);
Parameters
pNewVal
The value that will be stored in the MxValue object.
Returns
S_OK - Success