Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Provides implementation for the ICommand interface.
template <class T, class CommandBase = ICommand>
class ATL_NO_VTABLE ICommandImpl : public CommandBase
Parameters
T
Your class, derived from ICommandImpl.CommandBase
A command interface. The default is ICommand.
Remarks
A mandatory interface on the command object.
Requirements
Header: atldb.h