<!--
{
  "availability" : [
    "DriverKit: -",
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "HIDDriverKit",
  "identifier" : "/documentation/HIDDriverKit/IOHIDCompletionAction",
  "metadataVersion" : "0.1.0",
  "role" : "Type Alias",
  "symbol" : {
    "kind" : "Type Alias",
    "modules" : [
      "HIDDriverKit"
    ],
    "preciseIdentifier" : "c:@T@IOHIDCompletionAction"
  },
  "title" : "IOHIDCompletionAction"
}
-->

# IOHIDCompletionAction

A function to call when a report operation completes.

```
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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)