NWengine 0.9
|
A handle to a dynamic-link library (DLL) More...
#include <Utilities.h>
Public Member Functions | |
DllHandle (const char *filename) | |
Construct a new DllHandle object and load the specified DLL. | |
const void * | Get () const |
Get the pointer to the loaded DLL. | |
A handle to a dynamic-link library (DLL)
Construct a new DllHandle object and load the specified DLL.
filename | The name of the DLL file |
Get the pointer to the loaded DLL.