DscCancelOpType

Universal Driver Documentation
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.

Function Definition

BYTE dscCancelOpType(DSCB board, DWORD int_type);

Function Parameters

NameDescription
boardThe handle of the board to operate on
int_typeThe interrupt type (one of INT_TYPE_*) to cancel.

Return Value

Error code or 0.


This page was last modified 11:35, 12 Feb 2004.
Copyright (c) 2004 Diamond Systems. All Rights Reserved.