GetLastAPIError Method - neoVI API
int _stdcall icsneoGetLastAPIError(void * hObject, int *piErrorNumber);Public Declare Function icsneoGetLastAPIError Lib “icsneo40.dll” (ByVal hObject As IntPtr, ByRef piErrorNumber As Integer) As Integer[DllImport(“icsneo40.dll”)] public static extern int icsneoGetLastAPIError(IntPtr hObject, ref int piErrorNumber);Examples
Last updated