macOS/iOS API解説

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

目次

0-07-01から1日間の記事一覧

CFUserNotificationSecureTextField

** CFOptionFlags CFUserNotificationSecureTextField ( CFIndex idx ); 解説 返り値 引数 ( CFIndex )idx フレームワーク CoreFoundation クラス CFUserNotification Function 使用可能 10.0 参照 例文

CFUserNotificationReceiveResponse

** SInt32 CFUserNotificationReceiveResponse ( CFUserNotificationRef userNotification , CFTimeInterval timeout , CFOptionFlags * responseFlags ); 解説 返り値 引数 ( CFUserNotificationRef )userNotification ( CFTimeInterval )timeout ( CFOptio…

CFUserNotificationPopUpSelection

** CFOptionFlags CFUserNotificationPopUpSelection ( CFIndex idx ); 解説 返り値 引数 ( CFIndex )idx フレームワーク CoreFoundation クラス CFUserNotification Function 使用可能 10.0 参照 例文

CFUserNotificationGetTypeID

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

CFUserNotificationGetResponseValue

** CFStringRef CFUserNotificationGetResponseValue ( CFUserNotificationRef userNotification , CFStringRef key , CFIndex idx ); 解説 返り値 引数 ( CFUserNotificationRef )userNotification ( CFStringRef )key ( CFIndex )idx フレームワーク CoreF…

CFUserNotificationGetResponseDictionary

** CFDictionaryRef CFUserNotificationGetResponseDictionary ( CFUserNotificationRef userNotification ); 解説 返り値 引数 ( CFUserNotificationRef )userNotification フレームワーク CoreFoundation クラス CFUserNotification Function 使用可能 10.…

CFUserNotificationDisplayNotice

** SInt32 CFUserNotificationDisplayNotice ( CFTimeInterval timeout , CFOptionFlags flags , CFURLRef iconURL , CFURLRef soundURL , CFURLRef localizationURL , CFStringRef alertHeader , CFStringRef alertMessage , CFStringRef defaultButtonTitl…

CFUserNotificationDisplayAlert

** SInt32 CFUserNotificationDisplayAlert ( CFTimeInterval timeout , CFOptionFlags flags , CFURLRef iconURL , CFURLRef soundURL , CFURLRef localizationURL , CFStringRef alertHeader , CFStringRef alertMessage , CFStringRef defaultButtonTitle…

CFUserNotificationCreateRunLoopSource

** CFRunLoopSourceRef CFUserNotificationCreateRunLoopSource ( CFAllocatorRef allocator , CFUserNotificationRef userNotification , CFUserNotificationCallBack callout , CFIndex order ); 解説 返り値 引数 ( CFAllocatorRef )allocator ( CFUserNo…

CFUserNotificationCreate

** CFUserNotificationRef CFUserNotificationCreate ( CFAllocatorRef allocator , CFTimeInterval timeout , CFOptionFlags flags , SInt32 * error , CFDictionaryRef dictionary ); 解説 返り値 引数 ( CFAllocatorRef )allocator ( CFTimeInterval )tim…

CFUserNotificationCheckBoxChecked

** CFOptionFlags CFUserNotificationCheckBoxChecked ( CFIndex idx ); 解説 返り値 引数 ( CFIndex )idx フレームワーク CoreFoundation クラス CFUserNotification Function 使用可能 10.0 参照 例文

CFUserNotificationCancel

** SInt32 CFUserNotificationCancel ( CFUserNotificationRef userNotification ); 解説 返り値 引数 ( CFUserNotificationRef )userNotification フレームワーク CoreFoundation クラス CFUserNotification Function 使用可能 10.0 参照 例文

CFURLGetTypeID

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

CFURLGetByteRangeForComponent

** CFRange CFURLGetByteRangeForComponent ( CFURLRef anURL , CFURLComponentType component , CFRange * rangeIncludingSeparators ); 解説 返り値 引数 ( CFURLRef )anURL ( CFURLComponentType )component ( CFRange * )rangeIncludingSeparators フレ…

CFURLGetBytes

** CFIndex CFURLGetBytes ( CFURLRef anURL , const UInt8 * buffer , CFIndex bufferLength ); 解説 返り値 引数 ( CFURLRef )anURL ( const UInt8 * )buffer ( CFIndex )bufferLength フレームワーク CoreFoundation クラス CFURL Function 使用可能 10.3…

CFURLGetBaseURL

** CFURLRef CFURLGetBaseURL ( CFURLRef anURL ); 解説 返り値 引数 ( CFURLRef )anURL フレームワーク CoreFoundation クラス CFURL Function 使用可能 10.0 参照 例文

CFURLGetString

** CFStringRef CFURLGetString ( CFURLRef anURL ); 解説 返り値 引数 ( CFURLRef )anURL フレームワーク CoreFoundation クラス CFURL Function 使用可能 10.0 参照 例文

CFURLGetFSRef

** Boolean CFURLGetFSRef ( CFURLRef url , FSRef * fsRef ); 解説 返り値 引数 ( CFURLRef )url ( FSRef * )fsRef フレームワーク CoreFoundation クラス CFURL Function 使用可能 10.0 参照 例文

CFURLGetFileSystemRepresentation

** Boolean CFURLGetFileSystemRepresentation ( CFURLRef url , Boolean resolveAgainstBase , UInt8 * buffer , CFIndex maxBufLen ); 解説 返り値 引数 ( CFURLRef )url ( Boolean )resolveAgainstBase ( UInt8 * )buffer ( CFIndex )maxBufLen フレーム…

CFURLCreateStringByReplacingPercentEscapesUsingEncoding

** CFStringRef CFURLCreateStringByReplacingPercentEscapesUsingEncoding ( CFAllocatorRef allocator , CFStringRef originalString , CFStringRef charactersToLeaveEscaped , CFStringEncoding encoding ); 解説 返り値 引数 ( CFAllocatorRef )allocat…

CFURLCreateStringByReplacingPercentEscapes

** CFStringRef CFURLCreateStringByReplacingPercentEscapes ( CFAllocatorRef allocator , CFStringRef originalString , CFStringRef charactersToLeaveEscaped ); 解説 返り値 引数 ( CFAllocatorRef )allocator ( CFStringRef )originalString ( CFStri…