Handbook
Glossary
IORegistryEntryCreateCFProperties ( entry properties allocator options -- IOReturn )
Vocabulary
iokit
Inputs
entry
an
object
properties
an
object
allocator
an
object
options
an
object
Outputs
IOReturn
an
object
Definition
USING:
alien.syntax
core-foundation
core-foundation.dictionaries
unix.types
;
IN:
iokit
FUNCTION:
IOReturn
IORegistryEntryCreateCFProperties
(
io_registry_entry_t
entry,
CFMutableDictionaryRef
properties,
CFAllocatorRef
allocator,
IOOptionBits
options )