Handbook
Glossary
CFStringCreateWithBytes ( alloc bytes numBytes encoding isExternalRepresentation -- CFStringRef )
Vocabulary
core-foundation
.
strings
Inputs
alloc
an
object
bytes
an
object
numBytes
an
object
encoding
an
object
isExternalRepresentation
an
object
Outputs
CFStringRef
an
object
Definition
USING:
alien.syntax
core-foundation
;
IN:
core-foundation.strings
FUNCTION:
CFStringRef
CFStringCreateWithBytes
(
CFAllocatorRef
alloc, UInt8* bytes,
CFIndex
numBytes,
CFStringEncoding
encoding,
Boolean
isExternalRepresentation
)