Contents

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 IOHIDCompletion struct.

  • parameter:

    The parameter specified in the IOHIDCompletion struct.

  • status:

    The completion status.

See Also

Internal Structures