NERvDN Library
0.2.0.20160420-0019
NERvLibrary - Nerve Gear Developer Network
|
Demo interface. More...
#include <NERvHub/interface/Demo/IDemo.h>
Demo interface.
Detailed description for the interface.
Define ID:
Public Member Functions | |
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 |
|
pure virtual |
A demo method.
Detailed description for the method.
[in] | str | A pointer to a null terminated string. |
S_OK | Success. |
E_FAIL | Fail. |