Owner manual

5-28 IM MX190-01E
getStatusDataMX
Syntax
int getStatusDataMX(DAQMX daqmx, MXStatus * pMXStatus);
Declaration
Public Declare Function getStatusDataMX Lib "DAQMX"(ByVal
daqmx As Long, ByRef pMXStatus As MXStatus) As Long
Parameters
daqmx Specify the device descriptor.
pMXStatus Specify the destination where the status is to be returned.
Description
Gets the status.
Stores the status in the specified location if the return destination is specified.
Return value
Returns an error number.
Error:
Not descriptor No device descriptor.
Reference
CDAQMX::getStatusData
CDAQMXStatus::getMXStatus
5.1 Details of Functions - MX100 (Visual C/Visual Basic) -