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

TLibEventUnloading

Library unloading event handler prototype.

Declaration

Source position: dynlibs.pas line 65

type TLibEventUnloading = procedure(

  Handler: PLibHandler

);

Description

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

See also

ReleaseLibrary

  

Unload a library

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

TLibEventLoading

  

Library loading event handler prototype.


Documentation generated on: Oct 02 2010