Contents

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 NULL or Kcfallocatordefault to use the current default allocator.

Return Value

A new CFUUID object. Ownership follows the The Create Rule.

See Also

Creating CFUUID Objects