![]() |
CFUUIDCreateFromUUIDBytes |
||||
Header: | CFUUID.h | Carbon status: | Under Evaluation | |
Creates a CFUUID object using the specified raw UUID bytes.
CFUUIDRef CFUUIDCreateFromUUIDBytes ( CFAllocatorRef alloc, CFUUIDBytes bytes );
The memory allocator to use. Pass kCFAllocatorDefault to use the system allocator.
The raw UUID bytes you wish to use to create the CFUUID object.
The newly created CFUUID object.0
Under evaluation for Carbon. Available in CarbonLib 1.1 and later when CoreFoundationLib 1.1 or later is installed. Exported by CarbonLib 1.1 and later and by CoreFoundationLib 1.1 and later.