IOHIDCompletionAction
A function to call when a report operation completes.
Declaration
typedef void (*)(void *, void *, int, unsigned int) IOHIDCompletionAction;Parameters
- target:
The target specified in the
IOHIDCompletionstruct. - parameter:
The parameter specified in the
IOHIDCompletionstruct. - status:
The completion status.