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.
Under evaluation for Carbon. Available in Carbon 1.1 and later when CarbonLib 1.1CarbonLib 1.1 or later is present.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)