To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
HTBasic User Guide
DLL Toolkit
CheckInt
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
CheckInt
Check to see if a clear I/O or Basic Reset occurred. The C++ function declaration is:
int CheckInt()
The sample of the function is:
if (CheckInt())
{ // an interrupt occurred
}
Note: This does not work reliably on spawned threads.