typedef void (* vm_dcl_callback)(void* user_data, VM_DCL_EVENT event, VM_DCL_HANDLE device_handle);
typedef void (* vm_dcl_callback)(void* user_data, VM_DCL_EVENT event, VM_DCL_HANDLE device_handle);
The definition of the callback function used in DCL module.
|
Parameters |
Description |
|
user_data |
[IN] The additional data to be passed to this callback function. The real type of this value should be vm_dcl_callback_data_t. The detail of this structure is given by the driver. |
|
event |
[IN] Identifies in what condition that this callback will be triggered by. |
|
device_handle |
[IN] Represents the device that the triggering events are from. |
vmdcl.h
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.