GetErrorInfo Method - neoVI API
int _stdcall icsneoGetErrorInfo(int lErrorNumber,
TCHAR *szErrorDescriptionShort,
TCHAR *szErrorDescriptionLong,
int *lMaxLengthShort,
int *lMaxLengthLong,
int *lErrorSeverity,
int *lRestartNeeded);Public Declare Function icsneoGetErrorInfo Lib "icsneo40.dll" _
(ByVal lErrorNumber As Int32, _
ByVal sErrorDescriptionShort As String, _
ByVal sErrorDescriptionLong As String, _
ByRef lMaxLengthShort As Int32, _
ByRef lMaxLengthLong As Int32, _
ByRef lErrorSeverity As Int32, _
ByRef lRestartNeeded As Int32) As Int32[DllImport("icsneo40.dll")]
public static extern int icsneoGetErrorInfo(int iErrorNumber,
StringBuilder sErrorDescriptionShort,
StringBuilder sErrorDescriptionLong,
ref int iMaxLengthShort,
ref int iMaxLengthLong,
ref int lErrorSeverity ,
ref int lRestartNeeded);Error Severity
Description
Examples
Last updated