GNUstep CoreBase Library 0.2
Data Structures | Typedefs
CFUUID Reference

Detailed Description

Data Structures

struct  CFUUIDBytes
 

Typedefs

typedef const struct __CFUUID * CFUUIDRef
 

Creating CFUUID Objects

CFUUIDRef CFUUIDCreate (CFAllocatorRef alloc)
 
CFUUIDRef CFUUIDCreateFromString (CFAllocatorRef alloc, CFStringRef uuidStr)
 
CFUUIDRef CFUUIDCreateFromUUIDBytes (CFAllocatorRef alloc, CFUUIDBytes bytes)
 
CFUUIDRef CFUUIDCreateWithBytes (CFAllocatorRef alloc, UInt8 byte0, UInt8 byte1, UInt8 byte2, UInt8 byte3, UInt8 byte4, UInt8 byte5, UInt8 byte6, UInt8 byte7, UInt8 byte8, UInt8 byte9, UInt8 byte10, UInt8 byte11, UInt8 byte12, UInt8 byte13, UInt8 byte14, UInt8 byte15)
 

Getting Information About CFUUID Objects

CFStringRef CFUUIDCreateString (CFAllocatorRef alloc, CFUUIDRef uuid)
 
CFUUIDRef CFUUIDGetConstantUUIDWithBytes (CFAllocatorRef alloc, UInt8 byte0, UInt8 byte1, UInt8 byte2, UInt8 byte3, UInt8 byte4, UInt8 byte5, UInt8 byte6, UInt8 byte7, UInt8 byte8, UInt8 byte9, UInt8 byte10, UInt8 byte11, UInt8 byte12, UInt8 byte13, UInt8 byte14, UInt8 byte15)
 
CFUUIDBytes CFUUIDGetUUIDBytes (CFUUIDRef uuid)
 

Getting the CFUUID Type Identifier

CFTypeID CFUUIDGetTypeID (void)
 

Data Structure Documentation

◆ CFUUIDBytes

struct CFUUIDBytes
Data Fields
UInt8 byte0
UInt8 byte1
UInt8 byte2
UInt8 byte3
UInt8 byte4
UInt8 byte5
UInt8 byte6
UInt8 byte7
UInt8 byte8
UInt8 byte9
UInt8 byte10
UInt8 byte11
UInt8 byte12
UInt8 byte13
UInt8 byte14
UInt8 byte15