<!--
{
  "availability" : [
    "DriverKit: -",
    "iOS: -",
    "iPadOS: -",
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "DriverKit",
  "identifier" : "/documentation/DriverKit/IOExtensiblePaniclog/Create",
  "metadataVersion" : "0.1.0",
  "role" : "Static Method",
  "symbol" : {
    "kind" : "Static Method",
    "modules" : [
      "DriverKit"
    ],
    "preciseIdentifier" : "c:@S@IOExtensiblePaniclog@F@Create#*$@S@OSData#*$@S@OSString#i#i#**$@S@IOExtensiblePaniclog#S"
  },
  "title" : "Create"
}
-->

# Create

```
static kern_return_t Create(OSData *uuid, OSString *data_id, uint32_t max_len, uint32_t options, IOExtensiblePaniclog **out);
```

## Parameters

`uuid`

The UUID of the handle.

`data_id`

The string describing the handle. MAX length of 32.

`max_len`

The maximum length of the buffer.

`options`

Options to be passed while creating the handle

`out`

The pointer to the created IOExtensiblePaniclog object. NULL in case of an error.

## Return Value

True in case of success. False in case of an error.

## Discussion\abstract This function is to be called to create IOExtensiblePaniclog object.
\discussion First function to be called.

---

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)