CFUUIDCreateString

Header: CFUUID.h Carbon status: Under Evaluation

Obtains the string representation of the specified CFUUID object.

CFStringRef CFUUIDCreateString (
    CFAllocatorRef alloc, 
    CFUUIDRef uuid
);
Parameter descriptions
alloc

The memory allocator to use. Pass kCFAllocatorDefault to use the system allocator.

uuid

The CFUUID object whose string representation you wish to obtain.

function result

The string representation of the specified CFUUID object.

AVAILABILITY

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)