CFUUIDCreateFromUUIDBytes(_:_:)
Creates a CFUUID object from raw UUID bytes.
Declaration
func CFUUIDCreateFromUUIDBytes(_ alloc: CFAllocator!, _ bytes: CFUUIDBytes) -> CFUUID!Parameters
- alloc:
The allocator to use to allocate memory for the new CFUUID object. Pass
NULLor Kcfallocatordefault to use the current default allocator. - bytes:
Raw UUID bytes to use to create the CFUUID object.
Return Value
A new CFUUID object. Ownership follows the The Create Rule.