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.
Remarks
A mandatory interface on the command object.
Requirements
Header: atldb.h
See Also
Concepts
OLE DB Provider Templates (C+)
The OLE DB Provider Template Architecture