![]() |
|||||
|
Defines | |
#define | RTLD_LAZY (0x00001) |
#define | RTLD_NOW (0x00002) |
Functions | |
void * | dlopen (char const *moduleName, int mode) |
Loads the given module,. | |
int | dlclose (void *hModule) |
Closes the given module. | |
void * | dlsym (void *hModule, char const *symbolName) |
Looks up a symbol. | |
char const * | dlerror (void) |
Returns a descriptive string for the last error. |
|
Lazy function call binding. |
|
Immediate function call binding. |
|
Closes the given module.
|
|
Returns a descriptive string for the last error.
|
|
Loads the given module,.
|
|
Looks up a symbol.
|
|
UNIX Emulation for Win32 Libraries documentation © Synesis Software Pty Ltd, 2002-2005 |