ACE  6.2.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros | Typedefs
os_dlfcn.h File Reference

Macros

#define ACE_SHLIB_INVALID_HANDLE   0
 
#define ACE_DEFAULT_SHLIB_MODE   0
 
#define RTLD_LAZY   1
 
#define RTLD_NOW   2
 
#define RTLD_GLOBAL   3
 

Typedefs

typedef HINSTANCE ACE_SHLIB_HANDLE
 

Detailed Description

dynamic linking

Id:
os_dlfcn.h 94379 2011-08-09 17:18:49Z johnnyw
Author
Don Hinton dhint.nosp@m.on@d.nosp@m.resys.nosp@m.tems.nosp@m..com
This code was originally in various places including ace/OS.h.

Macro Definition Documentation

#define ACE_DEFAULT_SHLIB_MODE   0
#define ACE_SHLIB_INVALID_HANDLE   0
#define RTLD_GLOBAL   3
#define RTLD_LAZY   1
#define RTLD_NOW   2

Typedef Documentation

typedef HINSTANCE ACE_SHLIB_HANDLE