BYTE dscCancelOpType(DSCB board, DWORD int_type);
Terminates a currently running interrupt operation on the board based on int_type. If there is no current interrupt operation on the board matching the interrupt type, the function will return DE_NONE_IN_PROGRESS.
Name
Description
DSCB
The handle of the board to operate on
int_type
The interrupt type (one of INTTYPE*) to cancel
Return Value
Error code or 0.
SWORD
Last updated 6 years ago
Was this helpful?