Next: translate-from-foreign, Previous: free-converted-object, Up: Foreign Types [Contents][Index]
The foreign value returned by translate-to-foreign
.
A symbol naming a foreign type defined by defctype
.
The second value, if any, returned by translate-to-foreign
.
This generic function may be specialized by user code to perform automatic deallocation of foreign objects as they are passed to C functions.
Any methods defined on this generic function must EQL-specialize the
type-name parameter on a symbol defined as a foreign type by
the defctype
macro.