CFStringRef
last edited June 27, 2008 01:15:38 (144.139.99.101)
| |
|---|---|
| Edit / History / New / Search | Quick Links: Home / Recent Changes / Glossary / Jobs / Forums / Help |
|
Apple's documentation:
http://developer.apple.com/documentation/CoreFoundation/Reference/CFStringRef/Reference/reference.html
Thanks to TollFreeBridging a CFStringRef is equivalent to an NSString*
But don't forget to call CFRelease? on CFStringRef'''s created using CoreFoundation methods when you're done with it! eg. CFStringCreate?(...) An example is when converting PascalString?'s to NSString's, as only CoreFoundation methods exist to do so. | |
| Edit / History / New / Search | Quick Links: Home / Recent Changes / Glossary / Jobs / Forums / Help |