XLL+ Class Library (7.0)

CXllApp::OnXllUnload

Called by the framework when Excel unloads the XLL

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()