INT32S DRV_DioDisableEvent( PTR_T DeviceHandle, INT32U dwEventID);
On the device indicated by the DeviceHandle, it disables the event specified by dwEventID.
|
Name |
Direction |
Range |
Description |
|
DeviceHandle |
input |
default |
The pointer retrieved from the DRV_DeviceOpen which specifies the target device. |
|
dwEventID |
input |
default |
ID of the event to be disabled. |
|
1. 0 |
Successful. |
|
2. InvalidDeviceHandle |
The DeviceHandle is NULL. |
|
3. InvalidEventType |
The event type specified by the dwEventID is not supported by this card. |