[Overview][Constants][Types][Procedures and functions][Index] |
Library unloading event handler prototype.
Source position: dynlibs.pas line 65
type TLibEventUnloading = procedure( |
Handler: PLibHandler |
); |
TLibEventUnloading is the prototype for an event handler (callback) called when a library is being unloaded. The function is passed the pointer to the TLibHandler record used when unloading the library using ReleaseLibrary
|
Unload a library |
|
|
Load a library and initialize a set of symbols |
|
|
Try to load a library and initialize a set of symbols |
|
|
Library initialization descriptor |
|
|
Library loading event handler prototype. |