macOS/iOS API解説

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

目次

0-06-23から1日間の記事一覧

CFArraySortValues

** void CFArraySortValues ( CFMutableArrayRef theArray , CFRange range , CFComparatorFunction comparator , void * context ); 解説 返り値 引数 ( CFMutableArrayRef )theArray ( CFRange )range ( CFComparatorFunction )comparator ( void * )conte…

CFArraySetValueAtIndex

** void CFArraySetValueAtIndex ( CFMutableArrayRef theArray , CFIndex idx , const void * value ); 解説 返り値 引数 ( CFMutableArrayRef )theArray ( CFIndex )idx ( const void * )value フレームワーク CoreFoundation クラス CFMutableArray Funct…

CFArrayReplaceValues

** void CFArrayReplaceValues ( CFMutableArrayRef theArray , CFRange range , void ** newValues , CFIndex newCount ); 解説 返り値 引数 ( CFMutableArrayRef )theArray ( CFRange )range ( void ** )newValues ( CFIndex )newCount フレームワーク Cor…

CFArrayRemoveValueAtIndex

** void CFArrayRemoveValueAtIndex ( CFMutableArrayRef theArray , CFIndex idx ); 解説 返り値 引数 ( CFMutableArrayRef )theArray ( CFIndex )idx フレームワーク CoreFoundation クラス CFMutableArray Function 使用可能 10.0 参照 例文 CFArrayRemov…

CFArrayRemoveAllValues

** void CFArrayRemoveAllValues ( CFMutableArrayRef theArray ); 解説 返り値 引数 ( CFMutableArrayRef )theArray フレームワーク CoreFoundation クラス CFMutableArray Function 使用可能 10.0 参照 例文

CFArrayInsertValueAtIndex

** void CFArrayInsertValueAtIndex ( CFMutableArrayRef theArray , CFIndex idx , const void * value ); 解説 返り値 引数 ( CFMutableArrayRef )theArray ( CFIndex )idx ( const void * )value フレームワーク CoreFoundation クラス CFMutableArray Fu…

CFArrayExchangeValuesAtIndices

** void CFArrayExchangeValuesAtIndices ( CFMutableArrayRef theArray , CFIndex idx1 , CFIndex idx2 ); 解説 返り値 引数 ( CFMutableArrayRef )theArray ( CFIndex )idx1 ( CFIndex )idx2 フレームワーク CoreFoundation クラス CFMutableArray Functio…

CFArrayCreateMutableCopy

** CFMutableArrayRef CFArrayCreateMutableCopy ( CFAllocatorRef allocator , CFIndex capacity , CFArrayRef theArray ); 解説 返り値 引数 ( CFAllocatorRef )allocator ( CFIndex )capacity ( CFArrayRef )theArray フレームワーク CoreFoundation クラ…

CFArrayCreateMutable

** CFMutableArrayRef CFArrayCreateMutable ( CFAllocatorRef allocator , CFIndex capacity , const CFArrayCallBacks * callBacks ); 解説 返り値 引数 ( CFAllocatorRef )allocator ( CFIndex )capacity ( const CFArrayCallBacks * )callBacks フレーム…

CFArrayAppendValue

** void CFArrayAppendValue ( CFMutableArrayRef theArray , const void * value ); 解説 返り値 引数 ( CFMutableArrayRef )theArray ( const void * )value フレームワーク CoreFoundation クラス CFMutableArray Function 使用可能 10.0 参照 例文 memcp…

CFArrayAppendArray

** void CFArrayAppendArray ( CFMutableArrayRef theArray , CFArrayRef otherArray , CFRange otherRange ); 解説 返り値 引数 ( CFMutableArrayRef )theArray ( CFArrayRef )otherArray ( CFRange )otherRange フレームワーク CoreFoundation クラス CFMu…

CFMessagePortGetTypeID

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

CFMessagePortIsValid

** Boolean CFMessagePortIsValid ( CFMessagePortRef ms ); 解説 返り値 引数 ( CFMessagePortRef )ms フレームワーク CoreFoundation クラス CFMessagePort Function 使用可能 10.0 参照 例文

CFMessagePortIsRemote

** Boolean CFMessagePortIsRemote ( CFMessagePortRef ms ); 解説 返り値 引数 ( CFMessagePortRef )ms フレームワーク CoreFoundation クラス CFMessagePort Function 使用可能 10.0 参照 例文

CFMessagePortGetName

** CFStringRef CFMessagePortGetName ( CFMessagePortRef ms ); 解説 返り値 引数 ( CFMessagePortRef )ms フレームワーク CoreFoundation クラス CFMessagePort Function 使用可能 10.0 参照 例文

CFMessagePortGetInvalidationCallBack

** CFMessagePortInvalidationCallBack CFMessagePortGetInvalidationCallBack ( CFMessagePortRef ms ); 解説 返り値 引数 ( CFMessagePortRef )ms フレームワーク CoreFoundation クラス CFMessagePort Function 使用可能 10.0 参照 例文

CFMessagePortGetContext

** void CFMessagePortGetContext ( CFMessagePortRef ms , CFMessagePortContext * context ); 解説 返り値 引数 ( CFMessagePortRef )ms ( CFMessagePortContext * )context フレームワーク CoreFoundation クラス CFMessagePort Function 使用可能 10.0 …

CFMessagePortSendRequest

** SInt32 CFMessagePortSendRequest ( CFMessagePortRef remote , SInt32 msgid , CFDataRef data , CFTimeInterval sendTimeout , CFTimeInterval rcvTimeout , CFStringRef replyMode , CFDataRef * returnData ); 解説 返り値 引数 ( CFMessagePortRef )…

CFMessagePortInvalidate

** void CFMessagePortInvalidate ( CFMessagePortRef ms ); 解説 返り値 引数 ( CFMessagePortRef )ms フレームワーク CoreFoundation クラス CFMessagePort Function 使用可能 10.0 参照 例文

CFMessagePortSetName

** Boolean CFMessagePortSetName ( CFMessagePortRef ms , CFStringRef newName ); 解説 返り値 引数 ( CFMessagePortRef )ms ( CFStringRef )newName フレームワーク CoreFoundation クラス CFMessagePort Function 使用可能 10.0 参照 例文