[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Load a library safely
Source position: dynlibh.inc line 49
function SafeLoadLibrary( |
const Name: RawByteString |
):TLibHandle; |
const Name: UnicodeString |
):TLibHandle; |
SafeLoadLibrary calls LoadLibrary but restores the current FPU control word and exception mask to their current value after the library was loaded, thus preventing the loaded library initialization code from modifying their current values.
|
Load a dynamic library and return a handle to it. |