Contents

xpc_uuid_create(_:)

Creates an XPC object that represents a universally unique identifier (UUID).

Declaration

func xpc_uuid_create(_ uuid: UnsafePointer<UInt8>) -> xpc_object_t

Parameters

  • uuid:

    The UUID which is to be boxed.

Return Value

A new UUID object.

See Also

UUID objects