NextPrevUpTopContentsIndex

:reference-return

FLI type descriptor
Summary

Passes an object from the foreign language to Lisp by reference.

Package

fli

Syntax

:reference-return type &key allow-null

Arguments

type

The type of the object to return by reference.

allow-null

If non- nil , if the input argument is nil a null pointer is passed instead of a reference to an object containing nil .

Description

The FLI :reference-return type is a shorthand for :reference with lisp-to-foreign-p set to nil and foreign-to-lisp-p set to t . See :reference for more details.

See also

:reference
:reference-pass


LispWorks Foreign Language Interface User Guide and Reference Manual - 27 Mar 2005

NextPrevUpTopContentsIndex