Windows implementation of IArchPlugin. More...
#include <CArchPluginWindows.h>
Inherits IArchPlugin.
Public Member Functions | |
| void | init (void *eventTarget) |
| Load plugins. | |
Static Public Attributes | |
| static void * | m_eventTarget = NULL |
Windows implementation of IArchPlugin.
Definition at line 30 of file CArchPluginWindows.h.
| void CArchPluginWindows::init | ( | void * | eventTarget | ) | [virtual] |
Load plugins.
Scan the plugins dir and load plugins.
Implements IArchPlugin.
Definition at line 44 of file CArchPluginWindows.cpp.
1.7.1