![]() |
NERvDN Library
0.2.0.20160420-0019
NERvLibrary - Nerve Gear Developer Network
|
Mail action filter implementation. More...
#include <NERvHub/object/GPBeta/OMailActionFilter.h>
Mail action filter implementation.
Handles NERvGear::EXEC::URL actions which the command starts with case insensitive 'mailto:' string, provides user a mail composing box to send an E-Mail to the recipient that the protocol command has provided.
NERvGear::IExecute::Invoke() returns S_OK if success, E_FAIL if fail.
Plugins\Mail Box\MODULE.DLL
Define ID:
Additional Inherited Members | |
![]() | |
virtual long __stdcall | Invoke (UI::IWindow *window, const wchar_t *cmd, const wchar_t *param, const wchar_t *cwd, EXEC::TYPE type, long option)=0 |
Execute an action. More... | |
![]() | |
virtual long __stdcall | QueryInterface (const UID &interfaceID, void **ppvObject)=0 |
virtual unsigned long __stdcall | AddRef ()=0 |
virtual unsigned long __stdcall | Release ()=0 |