Carbon


CFUUIDCreateString

Header: CFUUID.h Carbon status: Under Evaluation

Obtains the string representation of the specified CFUUID object.

CFStringRef CFUUIDCreateString (
    CFAllocatorRef alloc, 
    CFUUIDRef uuid
);
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.0

AVAILABILITY

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.


© 2000 Apple Computer, Inc. — (Last Updated 3/8/2000)