Handbook
Glossary
CFStringGetBytes ( theString range encoding lossByte isExternalRepresentation buffer maxBufLen usedBufLen -- CFIndex )
Vocabulary
core-foundation
.
strings
Inputs
theString
an
object
range
an
object
encoding
an
object
lossByte
an
object
isExternalRepresentation
an
object
buffer
an
object
maxBufLen
an
object
usedBufLen
an
object
Outputs
CFIndex
an
object
Definition
USING:
alien.syntax
core-foundation
;
IN:
core-foundation.strings
FUNCTION:
CFIndex
CFStringGetBytes
(
CFStringRef
theString,
CFRange
range,
CFStringEncoding
encoding,
UInt8
lossByte,
Boolean
isExternalRepresentation,
UInt8* buffer,
CFIndex
maxBufLen, CFIndex* usedBufLen )