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
ODNodeCopyDetails(_:_:_:)ODNodeCopySubnodeNames(_:_:)ODNodeCopySupportedAttributes(_:_:_:)ODNodeCopySupportedRecordTypes(_:_:)ODNodeCopyUnreachableSubnodeNames(_:_:)ODNodeCreateCopy(_:_:_:)ODNodeCreateRecord(_:_:_:_:_:)ODNodeCreateWithName(_:_:_:_:)ODNodeCreateWithNodeType(_:_:_:_:)ODNodeCustomCall(_:_:_:_:)ODNodeGetName(_:)ODNodeGetTypeID()ODNodeSetCredentials(_:_:_:_:_:)ODNodeSetCredentialsExtended(_:_:_:_:_:_:_:)