![]() |
|||||
|
#include <dlfcn.h>
#include <unixem/unixem.h>
#include <windows.h>
Defines | |
#define | RTLD_BINDING_MASK (0x00003) |
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. |
#define RTLD_BINDING_MASK (0x00003) |
Mask of binding time value.
|
UNIX Emulation for Win32 Libraries documentation © Synesis Software Pty Ltd, 2002-2005 |