Chapter 3 Developing YourApplication
NI-DNET User Manual 3-12 ni.com
Your application code should check the status returned from every
NI-DNET function. If an error is detected, you should close all NI-DNET
handles, then exit the application. If a warning is detected, you can display
a message for debugging purposes, or simply ignore the warning.
For more information on status checking, refer to the ncStatusToString
function in the NI-DNET Programmer Reference Manual.