Stops all user-enabled interrupts.
Gx6256InterruptDisable (nHandle, pnStatus)
Name |
Type |
Comments |
nHandle |
SHORT |
Handle to a GX6256/GX6864/GX6192 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 Gx6256InterruptSetup.
The following example disables interrupts.
SHORT nStatus;
Gx6256InterruptDisable(nHandle, &nStatus);