IDBInitializeImpl Class
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at IDBInitializeImpl Class.
Provides an implementation for the IDBInitialize interface.
template <class T> class ATL_NO_VTABLE IDBInitializeImpl : public IDBInitialize
Parameters
T
Your class, derived from IDBInitializeImpl.
Methods
| IDBInitializeImpl | The constructor. |
Interface Methods
| Initialize | Starts the provider. |
| Uninitialize | Stops the provider. |
Data Members
| m_dwStatus | Data source flags. |
| m_pCUtlPropInfo | A pointer to implementation of DB Properties information. |
A mandatory interface on data source objects and optional interface on enumerators.
Header: atldb.h
OLE DB Provider Templates
OLE DB Provider Template Architecture
Show: