macOS/iOS API解説

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

目次

CFStringCreateWithPascalStringNoCopy

パスカル文字列でコピーせず文字オブジェクトを作って返します
CFStringRef  CFStringCreateWithPascalStringNoCopy ( 
              CFAllocatorRef   alloc , 
              ConstStr255Param   pStr , 
              CFStringEncoding   encoding , 
              CFAllocatorRef   contentsDeallocator );

解説

パスカル文字列でコピーせず文字オブジェクトを作って返します。

返り値

引数

( CFAllocatorRef )alloc
( ConstStr255Param )pStr
( CFStringEncoding )encoding
( CFAllocatorRef )contentsDeallocator

クラス

CFString

Function

使用可能

10.0

参照

例文