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.
Implements the OLE DB IErrorRecords interface, adding records to and retrieving records from a data member (m_rgErrors) of type CAtlArray<RecordClass>.
template <
class T,
class RecordClass = ATLERRORINFO
>
class IErrorRecordsImpl : public IErrorRecords
Parameters
T
A class derived from IErrorRecordsImpl.RecordClass
A class that represents an OLE DB error object.
Requirements
Header: atldb.h
See Also
Concepts
OLE DB Provider Templates (C+)
The OLE DB Provider Template Architecture