Yokogawa PC-Based MX100 User Manual
Page 897

17-163
IM MX190-01E
Functions for the MX100 (Extended API) - Visual C/Visual Basic/Visual Basic.NET/C# -
17
errorMaxLengthMX100
Syntax
int errorMaxLengthMX100(void);
Declaration
Visual Basic
Public Declare Function errorMaxLengthMX100 Lib "DAQMX100"()
As Long
Visual Basic.NET
Public Declare Ansi Function errorMaxLengthMX100 Lib
"DAQMX100"() As Integer
C#
[DllImport("DAQMX100.dll" CharSet=CharSet.Auto,
EntryPoint="errorMaxLengthMX100")]
public static extern int errorMaxLengthMX100();
Description
Gets the maximum length of the error message string.
• The return value does not include the terminator.
Return value
Returns the length of the string.
Reference
CDAQMX100::getMaxLenErrorMessage
17.2 Details of Function - MX00 (Visual C/Visual Basic/Visual Basic.NET/C#) - Retrieval Functions