DRV_CntrDisableEvent

INT32S DRV_CntrDisableEvent (
   PTR_T DeviceHandle, 
   INT32U dwEventID );

Purpose

Disable a specified enabled counter event.

Parameters

Name Direction Range Description
DriverHandle Input default The pointer retrieved from the DRV_DeviceOpen which specifies the target device.
dwEventID Input default The counter event ID.

Return

   1. 0 Successful.
   2. InvalidDeviceHandle The DeviceHandle is NULL.
   3. InvalidEventType The configured event type is out of range.
   4. Other value Please reference ErrorCodes