[Overview][Constants][Types][Procedures and functions][Index] |
Library loading event handler prototype.
Source position: dynlibs.pas line 64
type TLibEventLoading = function( |
User: Pointer; |
Handler: PLibHandler |
):Boolean; |
TLibEventLoading is the prototype for an event handler (callback) called when a library is being loaded. The function is passed the User parameter passed when calling InitializeLibrary and a pointer to the TLibHandler record used when loading the 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 unloading event handler prototype. |
|
|
Unload a library |