This interface should be implemented if an action item (ActionItem) supports an alternate options command.
In this case you would override ActionItem::GetInterface(ACTION_OPTION_INTERFACE), to return an instance of this interface.
#include <actiontable.h>
Public Member Functions |
|
virtual BOOL | ExecuteOptions (DWORD options=AO_DEFAULT)=0 |
virtual CoreExport BaseInterface * | GetInterface (Interface_ID id) |
virtual CoreExport Interface_ID | GetID () |
virtual BOOL ExecuteOptions | ( | DWORD | options =
AO_DEFAULT |
) | [pure virtual] |
virtual CoreExport BaseInterface* GetInterface | ( | Interface_ID | id | ) | [virtual] |
Reimplemented from BaseInterface.
virtual CoreExport Interface_ID GetID | ( | ) | [virtual] |
Reimplemented from BaseInterface.