![]() |
|||||
|
#include <sys/types.h>
Go to the source code of this file.
Defines | |
#define | RTLD_LAZY 0x00001 |
Lazy function call binding. | |
#define | RTLD_NOW 0x00002 |
Immediate function call binding. | |
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, 2001-2003 |