translate-into-foreign-memory
Syntax
— Generic Function:
translate-into-foreign-memory lisp-value type-name pointer
Arguments and Values
- lisp-value
- The Lisp value to convert to foreign representation.
- type-name
- A symbol or list
(:struct structure-name) naming a foreign type defined by defctype.
- pointer
- The foreign pointer where the translated object should be stored.
Description
Translate the Lisp value into the foreign memory location given by
pointer. The return value is not used.