CMMetadataCreateKeySpaceFromIdentifier(allocator:identifier:keySpaceOut:)
Creates a copy of the keyspace by using an identifier.
Declaration
func CMMetadataCreateKeySpaceFromIdentifier(allocator: CFAllocator?, identifier: CFString, keySpaceOut: UnsafeMutablePointer<CFString?>) -> OSStatusParameters
- allocator:
The allocator to use for creating the identifier.
- identifier:
The identifier to be inspected.
- keySpaceOut:
Upon return, a pointer to the keyspace that was used to create the identifier.
Return Value
If successful, a nonzero result code. See Metadata Identifier Error Codes.