Single File System: Virtual File System Delphi Library
for Archive / Backup with Transparent Compression and Strong Encryption


TSingleFileSystem.LoadLibrary
TSingleFileSystem
Top 


Loads a dynamic library (DLL) stored inside the Single File System.

function LoadLibrary(FileName: string): Integer;

Description
LoadLibrary extracts specified file to the system temporary folder and tries to load it as a DLL.
LoadLibrary returns handle to the loaded library that can be used later by GetProcAddress function.
If loading library fails result will be 0.

Note:
If you need to delete the DLL file from temporary folder after its loading for some reasons (security, ...), you should do it manually.


© 2000-2004 AidAim Software LLC Single File System: Single File Syste