<!--
{
  "availability" : [
    "macCatalyst: -",
    "macOS: 10.6.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "OpenDirectory",
  "identifier" : "/documentation/OpenDirectory/ODNodeCopyDetails(_:_:_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Open Directory"
    ],
    "preciseIdentifier" : "c:@F@ODNodeCopyDetails"
  },
  "title" : "ODNodeCopyDetails(_:_:_:)"
}
-->

# ODNodeCopyDetails(_:_:_:)

Returns a dictionary containing details about a node.

```
func ODNodeCopyDetails(_ node: ODNodeRef!, _ keys: CFArray!, _ error: UnsafeMutablePointer<Unmanaged<CFError>?>!) -> Unmanaged<CFDictionary>!
```

## Parameters

`node`

The node.

`keys`

An array of keys corresponding to the values returned in the dictionary.

`error`

An error reference for error details. Can be `NULL`.

## Return Value

A dictionary containing details about `inNode` corresponding to keys specified by `inKeys`.

---

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)