GetLoadErrorStr
Return an error describing the last library loading error
Declaration
Source position: dynlibh.inc line 57
function GetLoadErrorStr : string;
Description
GetLoadErrorStr returns an error string describing the last library loading error. This function must be called before any other OS calls are performed.
Errors
None.
See also
Name | Description |
---|---|
LoadLibrary | Load a dynamic library and return a handle to it. |
SafeLoadLibrary | Load a library safely |