DELIB API reference | Seite
53
4.2. Error handling
4.2.1. DapiGetLastError
Description
This function returns the last registered error.
Definition
ULONG DapiGetLastError();
Parameters
None
Return value
Error code
0=no error. (see delib.h)
Example program
ULONG error;
error=DapiGetLastError();
if(error==0) return FALSE;
printf("ERROR = %d", error);
Summary of Contents for USB WATCHDOG STICK
Page 1: ...Hardware Description März USB WATCHDOG STICK 2016 ...
Page 4: ...I Introduction Seite 4 Introduction ...
Page 6: ...II Hardware description Seite 6 Hardware description ...
Page 8: ...Hardware description Seite 8 2 1 Overview screen ...
Page 16: ...III Software Seite 16 Software ...
Page 35: ...Software Seite 35 Choose the option create VIs for DLL and press continue ...
Page 45: ...Software Seite 45 ...
Page 46: ...IV DELIB API reference Seite 46 DELIB API reference ...
Page 60: ...V Appendix Seite 60 Appendix ...