NERvDN Library
0.2.0.20160420-0019
NERvLibrary - Nerve Gear Developer Network
|
Demo component implementation. More...
#include <NERvHub/object/Demo/ODemo.h>
Demo component implementation.
Prints a very cool string when calling IDemo::FooBar(). An extra string specified in str parameter will also be printed in a new line.
Plugins\Demo Extension\MODULE.DLL
Define ID:
Additional Inherited Members | |
Public Member Functions inherited from Demo::IDemo | |
virtual long __stdcall | FooBar (const wchar_t *str)=0 |
A demo method. More... | |
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 |