Public Member Functions | |
FreeNativeLibrary () | |
Frees a previously loaded library. | |
Boolean | Load () |
Loads a library module. | |
LoadIfNeeded () | |
Loads a library if it was not previously loaded. | |
Public Attributes | |
LongWord | Handle |
Boolean | Loaded |
Protected Member Functions | |
Pointer | GetAddress (PChar ProcName) |
Gets a procedure address from the loaded library by its name. | |
Boolean | LoadNativeLibrary () |
Loads a library module and initializes the handle. |
Definition at line 1495 of file ZPlainDbLibSybaseAse125.pas.
TZSybaseNativeLibraryLoader::FreeNativeLibrary | ( | ) |
Frees a previously loaded library.
Reimplemented from TZNativeLibraryLoader.
Definition at line 1832 of file ZPlainDbLibSybaseAse125.pas.
Pointer TZNativeLibraryLoader::GetAddress | ( | PChar | ProcName | ) | [protected, inherited] |
Gets a procedure address from the loaded library by its name.
ProcName | a name of the procedure. |
Definition at line 273 of file ZPlainLoader.pas.
Boolean TZSybaseNativeLibraryLoader::Load | ( | ) |
Loads a library module.
True
if library was successfully loaded. Reimplemented from TZNativeLibraryLoader.
Definition at line 1674 of file ZPlainDbLibSybaseAse125.pas.
TZNativeLibraryLoader::LoadIfNeeded | ( | ) | [inherited] |
Boolean TZNativeLibraryLoader::LoadNativeLibrary | ( | ) | [protected, inherited] |
Loads a library module and initializes the handle.
True
is library was successfully loaded. Definition at line 203 of file ZPlainLoader.pas.
LongWord TZNativeLibraryLoader::Handle [inherited] |
Boolean TZNativeLibraryLoader::Loaded [inherited] |