CFUUIDCreate(_:)
Creates a Universally Unique Identifier (UUID) object.
Declaration
func CFUUIDCreate(_ alloc: CFAllocator!) -> CFUUID!Parameters
- alloc:
The allocator to use to allocate memory for the new CFUUID object. Pass
NULLor Kcfallocatordefault to use the current default allocator.
Return Value
A new CFUUID object. Ownership follows the The Create Rule.