Owner manual

17-174 IM MX190-01E
itemMaxLengthMX100
Syntax
int itemMaxLengthMX100(void);
Declaration
Visual Basic
Public Declare Function itemMaxLengthMX100 Lib "DAQMX100"() As
Long
Visual Basic.NET
Public Declare Ansi Function itemMaxLengthMX100 Lib
"DAQMX100"() As Integer
C#
[DllImport("DAQMX100.dll" CharSet=CharSet.Auto,
EntryPoint="itemMaxLengthMX100")]
public static extern int itemMaxLengthMX100();
Description
Gets the maximum length of the name string corresponding to the setup item.
The return value does not include the terminator.
Return value
Returns the length of the string.
Reference
CDAQMXItemConfig::getMaxLenItemName
17.2 Details of Function - MX00 (Visual C/Visual Basic/Visual Basic.NET/C#) - Retrieval Functions