NERvDN Library
0.2.0.20160420-0019
NERvLibrary - Nerve Gear Developer Network
|
Nerve Gear plug-in interface. More...
#include <NERvGear/interface/IPlugin.h>
Nerve Gear plug-in interface.
Define ID:
Public Member Functions | |
virtual long __stdcall | OnInitial ()=0 |
virtual long __stdcall | OnReady ()=0 |
virtual long __stdcall | OnRelease ()=0 |
virtual long __stdcall | OnConfig (UI::IWindow *window, PLUGIN::CONFIG::TYPE type, void *param)=0 |
Public Member Functions inherited from NERvGear::IUnknown | |
virtual long __stdcall | QueryInterface (const UID &interfaceID, void **ppvObject)=0 |
virtual unsigned long __stdcall | AddRef ()=0 |
virtual unsigned long __stdcall | Release ()=0 |