| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Load a library safely
Source position: sysutilh.inc line 326
| function SafeLoadLibrary( | 
| const FileName: AnsiString; | 
| ErrorMode: DWord = 0 | 
| ):HMODULE; | 
SafeLoadLibrary saves and restores some registers before and after issuing a call to LoadLibrary.
None.