NextPrevUpTopContentsIndex

reuse-interfaces-p

Function
Summary

Determines whether global interface re-use is enabled.

Package

capi

Signature

reuse-interfaces-p => result

Signature

(setf reuse-interfaces-p) value => value

Arguments

value

A boolean.

Values

result

A boolean.

Description

The function reuse-interfaces-p is the predicate for whether global interface re-use is enabled.

The function (setf reuse-interfaces-p) enables or disables global interface re-use.

If global re-use is enabled, then locate-interface and find-interface may return existing interfaces. If global re-use is disabled, then locate-interface returns nil and find-interface returns a new interface.

See also

find-interface
locate-interface


LispWorks CAPI Reference Manual - 17 Mar 2008

NextPrevUpTopContentsIndex