registerAutoCloseFunc

Registers a function to be called when the XLL is unloaded

  1. void registerAutoCloseFunc(AutoCloseFunc func)
  2. void registerAutoCloseFunc(void function() nothrow func)
    nothrow
    void
    registerAutoCloseFunc
    (
    void function
    ()
    nothrow
    func
    )

Meta