Handbook
Glossary
CFStringGetCharacters ( theString start length buffer -- )
Vocabulary
core-foundation
.
strings
Inputs
theString
an
object
start
an
object
length
an
object
buffer
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
core-foundation
;
IN:
core-foundation.strings
FUNCTION:
void
CFStringGetCharacters
( void* theString,
CFIndex
start,
CFIndex
length, void*
buffer )