#include <WinDllLoader.h>
Inheritance diagram for caffeine::CWinDllLoader:

| Public Member Functions | |
| CWinDllLoader () | |
| CWinDllLoader. | |
| ~CWinDllLoader () | |
| ~CWinDllLoader | |
| bool | LoadDynamicLibrary (const char *path) | 
| LoadLibrary. | |
Description: Windows implementation for the cross-platform dynamic library loader.
Limitations:
| 
 | 
| Description: Default constructor. 
 
 
 | 
| 
 | 
| ~CWinDllLoader Description: Default destructor. 
 
 
 | 
| 
 | 
| LoadLibrary. Description: Loads a library so modules can be accessed. 
 
 
 Implements caffeine::CDllLoader. |