Contents

ODNodeCopyRecord(_:_:_:_:_:)

Returns a reference to a record of a node.

Declaration

func ODNodeCopyRecord(_ node: ODNodeRef!, _ recordType: String!, _ recordName: CFString!, _ attributes: CFTypeRef!, _ error: UnsafeMutablePointer<Unmanaged<CFError>?>!) -> Unmanaged<ODRecordRef>!

Parameters

  • node:

    The node.

  • recordType:

    The type of the record.

  • recordName:

    The name of the record.

  • attributes:

    An array of directory attributes to be copied in addition to the record. Can be NULL.

  • error:

    An error reference for error details. Can be NULL.

Return Value

A reference to a specified record of inNode.

See Also

Related Documentation

Working with Nodes