Handbook
Glossary
CFFileDescriptorCreate ( allocator fd closeOnInvalidate callout context -- CFFileDescriptorRef )
Vocabulary
core-foundation
.
file-descriptors
Inputs
allocator
an
object
fd
an
object
closeOnInvalidate
an
object
callout
an
object
context
an
object
Outputs
CFFileDescriptorRef
an
object
Definition
USING:
alien.syntax
core-foundation
;
IN:
core-foundation.file-descriptors
FUNCTION:
CFFileDescriptorRef
CFFileDescriptorCreate
(
CFAllocatorRef
allocator,
CFFileDescriptorNativeDescriptor
fd,
Boolean
closeOnInvalidate,
CFFileDescriptorCallBack
callout, CFFileDescriptorContext* context )