IDBInitializeImpl Class
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.
Syntax
template <class T>
class ATL_NO_VTABLE IDBInitializeImpl : public IDBInitialize
Parameters
T
Your class, derived from IDBInitializeImpl
.
Members
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. |
Remarks
A mandatory interface on data source objects and optional interface on enumerators.
Requirements
Header: atldb.h
See Also
OLE DB Provider Templates
OLE DB Provider Template Architecture