<!--
{
  "availability" : [
    "DriverKit: 19.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "USBDriverKit",
  "identifier" : "/documentation/USBDriverKit/IOUSBHostInterface/GetInterfaceDescriptor",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "USBDriverKit"
    ],
    "preciseIdentifier" : "c:@S@IOUSBHostInterface@F@GetInterfaceDescriptor#*1$@S@IOUSBConfigurationDescriptor#"
  },
  "title" : "GetInterfaceDescriptor"
}
-->

# GetInterfaceDescriptor

Returns the version of the interface descriptor that is associated with the specified configuration.

```
virtual const IOUSBInterfaceDescriptor * GetInterfaceDescriptor(const IOUSBConfigurationDescriptor *configurationDescriptor);
```

## Parameters

`configurationDescriptor`

The configuration descriptor that owns the interface.

## Return Value

The interface descriptor structure.

---

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)