Public Member Functions | |
| int | close () |
| DynamicLibrary () | |
| const char * | getFileName () |
| void * | getProc (const char *) |
| int | loadLibrary (const char *filename, int globally=0) |
| int | validHandle () |
| ~DynamicLibrary () | |
Private Attributes | |
| string | fileName |
| void * | handle |
|
|
Initialize class internal data. |
|
|
Destroy the object. |
|
|
Close the library. Returns 0 on success. |
|
|
|
|
|
Get a pointer to the specified function. Returns 0 on errors or the function address.
|
|
||||||||||||
|
Load the specified dynamic library. It returns 0 on success.
|
|
|
Return if the object has a valid handle. |
|
|
|
|
|
|
1.3.9.1