Load library (unicode) handler type.
Source position: dynlibh.inc line 34
type TLoadLibraryUHandler = function( |
const Name: UnicodeString |
):TLibHandle; |
TLoadLibraryUHandler is the type for the loadlibrary call using unicode names in the TDynLibsManager dynamic library loading manager.
|
Dynamic library loading support. |