ICommandPropertiesImpl
template <class T**, class** PropClass = T**>
class ATL_NO_VTABLE ICommandPropertiesImpl : public ICommandProperties, public CUtlProps<PropClass>**
Parameters
T
Your class, derived from ICommandPropertiesImpl.
PropClass
Your properties class.
Remarks
This is mandatory on commands. ICommandPropertiesImpl provides an implementation of the interface. The implementation is provided by a static function defined by the BEGIN_PROPSET_MAP macro.
#include <atldb.h>
See Also
Using the OLE DB Provider Templates, The OLE DB Provider Architecture