[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'dynlibs' (#rtl)

TLibEventLoading

Library loading event handler prototype.

Declaration

Source position: dynlibs.pas line 64

type TLibEventLoading = function(

  User: Pointer;

  Handler: PLibHandler

):Boolean;

Description

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.

See also

InitializeLibrary

  

Load a library and initialize a set of symbols

TryInitializeLibrary

  

Try to load a library and initialize a set of symbols

TLibHandler

  

Library initialization descriptor

TLibEventUnloading

  

Library unloading event handler prototype.

ReleaseLibrary

  

Unload a library


Documentation generated on: Oct 02 2010