SBM AppScript Reference → Additional SBM AppScript Features → Calling Functions in a DLL from SBM AppScript → Unloading the DLL
To unload the DLL when you are finished with it, call the FreeLibrary function of the library object. For example:
Call sbmLib.FreeLibrary()
You do not need to pass any parameters to FreeLibrary() because it attempts to free the library that was specified by SetLibraryName().
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.