Solution
You can find the definition of
errChk in
toolbox.h at:
<Program Files>\National Instruments\CVIXX\toolslib\toolbox\toolbox.h
errChk is a convenient macro you can place around your function calls to force an automatic jump to a function’s error handling code. This is analogous to exception handling in other languages.