macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

CFUUIDGetConstantUUIDWithBytes

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 );

解説

返り値

引数

( 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

クラス

CFUUID

Function

使用可能

10.0

参照

例文