Reinitializes an existing interface.
capi
reinitialize-interface interface &rest initargs
interface⇩ |
An interface. |
initargs⇩ |
Initialization arguments for interface. |
The generic function reinitialize-interface
reinitializes interface (an existing instance of a subclass of interface) using initargs.
reinitialize-interface
is called automatically by find-interface when this re-uses an interface.
The applied primary method specialized on interface does nothing. You can add methods to specialize on subclasses of interface which you define.
CAPI User Guide and Reference Manual (Windows version) - 01 Dec 2021 19:33:57