SBM ModScript Reference → Programming SBM ModScript → Object Types → Lib → Lib LoadLibrary() Method
(SBM On-Premise only) Loads the DLL.
Parameter | Type | Description |
---|---|---|
None |
Type | Description |
---|---|
bool |
Returns true if the DLL was successfully loaded; returns false otherwise. |
SBM ModScript version: 11.3.
Typically, failure to load the DLL means the DLL could not be located; therefore, check paths and spelling. This function throws a runtime exception if SetLibraryName() has not previously been called for this object or if any arguments were passed to this function. This function may also throw a runtime exception if the operating system is unable to load the DLL. Check the event viewer for detailed information.
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.