NWengine 0.9
Loading...
Searching...
No Matches
DllHandle Struct Reference

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 voidGet () const
 Get the pointer to the loaded DLL.
 

Detailed Description

A handle to a dynamic-link library (DLL)

Constructor & Destructor Documentation

◆ DllHandle()

DllHandle::DllHandle ( const char * filename)

Construct a new DllHandle object and load the specified DLL.

Parameters
filenameThe name of the DLL file

Member Function Documentation

◆ Get()

const void * DllHandle::Get ( ) const

Get the pointer to the loaded DLL.

Returns
The pointer to the loaded DLL

The documentation for this struct was generated from the following files: