Owner manual

5-22 IM MX190-01E
getItemErrorMX
Syntax
int getItemErrorMX(DAQMX daqmx, int * itemErr);
Declaration
Public Declare Function getItemErrorMX Lib "DAQMX"(ByVal daqmx
As Long, ByRef itemErr As Long) As Long
Parameters
daqmx Specify the device descriptor.
itemErr Specify the destination where the setting item number is to be
returned.
Description
Gets the number of the parameter on which an error was last detected.
Returns the setting item number to the specified return destination.
Return value
Returns an error number.
Error:
Not descriptor No device descriptor.
Reference
CDAQMX::getItemError
5.1 Details of Functions - MX100 (Visual C/Visual Basic) -