Contents

ODNodeCopyDetails(_:_:_:)

Returns a dictionary containing details about a node.

Declaration

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.

See Also

Working with Nodes