CFStringGetBytes ( theString range encoding lossByte isExternalRepresentation buffer maxBufLen usedBufLen -- CFIndex )


Vocabulary
core-foundation.strings

Inputs
theStringan object
rangean object
encodingan object
lossBytean object
isExternalRepresentationan object
bufferan object
maxBufLenan object
usedBufLenan object


Outputs
CFIndexan object


Definition


FUNCTION: CFIndex CFStringGetBytes
( CFStringRef theString, CFRange range, CFStringEncoding
encoding, UInt8 lossByte, Boolean isExternalRepresentation,
UInt8* buffer, CFIndex maxBufLen, CFIndex* usedBufLen )