|
pcsc-lite 2.3.3
|
This abstracts dynamic library loading functions. More...
Go to the source code of this file.
Functions | |
| void * | DYN_LoadLibrary (const char *) |
| LONG | DYN_CloseLibrary (void *) |
| LONG | DYN_GetAddress (void *, void **, const char *, bool) |
This abstracts dynamic library loading functions.
Definition in file dyn_generic.h.
| LONG DYN_CloseLibrary | ( | void * | pvLHandle | ) |
Definition at line 68 of file dyn_unix.c.
| LONG DYN_GetAddress | ( | void * | pvLHandle, |
| void ** | pvFHandle, | ||
| const char * | pcFunction, | ||
| bool | mayfail | ||
| ) |
Definition at line 87 of file dyn_unix.c.
| void * DYN_LoadLibrary | ( | const char * | pcLibrary | ) |
Definition at line 51 of file dyn_unix.c.