XLL+ Class Library

CXllApp::OnXllUnload

Called by the framework when Excel unloads the XLL

[C++]
virtual BOOL OnXllUnload();

Return value

TRUE if the function completes successfully; FALSE otherwise.

Remarks

This function is called whenever the XLL is unloaded from memory. This can occur repeatedly during the Excel Tools - Add-ins dialog.

The default implementation of this function does nothing.

Requirements

Header: xllplus.h

See Also

CXllApp Class | CXllApp Methods | CXllApp::OnXllLoad()