Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Members
Methods
Cancels the current command execution. |
|
Cancels the current command execution. |
|
Creates a rowset object. |
|
Executes the command. |
|
Returns an interface pointer to the session that created the command. |
|
The constructor. |
Data Members
Indicates whether the command is to be canceled. |
|
Indicates whether the command is to be canceled when executing. |
|
Indicates whether the command is currently executing. |
Remarks
A mandatory interface on the command object.
Requirements
Header: atldb.h