macOS/iOS API解説

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

目次

2009-10-20から1日間の記事一覧

CFUUIDGetTypeID

CFTypeID CFUUIDGetTypeID 解説 返り値 引数 なし フレームワーク CoreFoundation クラス CFUUID Function 使用可能 10.0 参照 例文

CFUUIDGetUUIDBytes

CFUUIDBytes CFUUIDGetUUIDBytes ( CFUUIDRef uuid ); 解説 返り値 引数 ( CFUUIDRef )uuid フレームワーク CoreFoundation クラス CFUUID Function 使用可能 10.0 参照 例文

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 , UIn…

CFUUIDCreateString

CFStringRef CFUUIDCreateString ( CFAllocatorRef alloc , CFUUIDRef uuid ); 解説 返り値 引数 ( CFAllocatorRef )alloc ( CFUUIDRef )uuid フレームワーク CoreFoundation クラス CFUUID Function 使用可能 10.0 参照 例文

CFUUIDCreateWithBytes

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…

CFUUIDCreateFromUUIDBytes

CFUUIDRef CFUUIDCreateFromUUIDBytes ( CFAllocatorRef alloc , CFUUIDBytes bytes ); 解説 返り値 引数 ( CFAllocatorRef )alloc ( CFUUIDBytes )bytes フレームワーク CoreFoundation クラス CFUUID Function 使用可能 10.0 参照 例文

CFUUIDCreateFromString

CFUUIDRef CFUUIDCreateFromString ( CFAllocatorRef alloc , CFStringRef uuidStr ); 解説 返り値 引数 ( CFAllocatorRef )alloc ( CFStringRef )uuidStr フレームワーク CoreFoundation クラス CFUUID Function 使用可能 10.0 参照 例文

CFUUIDCreate

CFUUIDRef CFUUIDCreate ( CFAllocatorRef alloc ); 解説 返り値 引数 ( CFAllocatorRef )alloc フレームワーク CoreFoundation クラス CFUUID Function 使用可能 10.0 参照 例文

CFUserNotificationCallBack

解説 返り値 引数 フレームワーク CoreFoundation クラス CFUserNotification Function 使用可能 10.0 参照 例文

CFUserNotificationUpdate

SInt32 CFUserNotificationUpdate ( CFUserNotificationRef userNotification , CFTimeInterval timeout , CFOptionFlags flags , CFDictionaryRef dictionary ); 解説 返り値 引数 ( CFUserNotificationRef )userNotification ( CFTimeInterval )timeout ( …