Reference for unit 'dynlibs': Procedures and functions
Procedure/function | Description |
---|---|
FreeLibrary | For compatibility with Delphi/Windows: Unload a library |
GetLoadErrorStr | Return a description of the last error during load/get procedure address operations. |
GetProcAddress | For compatibility with Delphi/Windows: Get the address of a procedure |
GetProcedureAddress | Get the address of a procedure or symbol in a dynamic library. |
LoadLibrary | Load a dynamic library and return a handle to it. |
SafeLoadLibrary | Saves the control word and loads a library |
UnloadLibrary | Unload a previously loaded library |