Handbook
Glossary
IOHIDValueCreateWithBytesNoCopy ( allocator element timeStamp bytes length -- IOHIDValueRef )
Vocabulary
iokit
.
hid
Inputs
allocator
an
object
element
an
object
timeStamp
an
object
bytes
an
object
length
an
object
Outputs
IOHIDValueRef
an
object
Definition
USING:
alien.c-types
alien.syntax
core-foundation
;
IN:
iokit.hid
FUNCTION:
IOHIDValueRef
IOHIDValueCreateWithBytesNoCopy
(
CFAllocatorRef
allocator,
IOHIDElementRef
element,
ulonglong
timeStamp,
c-string
bytes,
CFIndex
length )