Stops all user-enabled interrupts.
Gx6188InterruptDisable (nHandle, pnStatus)
Name |
Type |
Comments |
nHandle |
SHORT |
Handle to a GX6188 board. |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
This function disables interrupts that were previously enabled by this board during a call to Gx6188InterruptSetup.
The following example disables interrupts.
SHORT nStatus;
Gx6188InterruptDisable (nHandle, &nStatus);