vhdExport.h File Reference


Defines

#define VHD_PLATFORM   PLATFORM_LINUX
#define DYNLIB_LOAD(a)   dlopen( a, RTLD_LAZY )
#define DYNLIB_GETSYM(a, b)   dlsym( a, b )
#define DYNLIB_UNLOAD(a)   dlclose( a )
#define LIBDYNLIB_LIBRARY_DLL_EXPORT
#define NULL   ((void *)0)

Define Documentation

#define DYNLIB_GETSYM ( a,
 )     dlsym( a, b )

#define DYNLIB_LOAD (  )     dlopen( a, RTLD_LAZY )

#define DYNLIB_UNLOAD (  )     dlclose( a )

#define LIBDYNLIB_LIBRARY_DLL_EXPORT

#define NULL   ((void *)0)

#define VHD_PLATFORM   PLATFORM_LINUX


Generated on Thu Jan 18 10:06:11 2007 for vhdPLUS by  doxygen 1.5.1-p1