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

# IOHIDCompletion

A structure specifying the action to perform when a set/get report completes.

```
typedef struct IOHIDCompletion { ... } IOHIDCompletion;
```

## Topics

### Getting the Completion Handler Properties

[`void * target;`](/documentation/HIDDriverKit/IOHIDCompletion/target)

The target to pass to the action function.

[`IOHIDCompletionAction action;`](/documentation/HIDDriverKit/IOHIDCompletion/action)

The function to call.

[`void * parameter;`](/documentation/HIDDriverKit/IOHIDCompletion/parameter)

The parameter to pass to the action function.



---

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)