| title |
IErrorRecordsImpl Class | Microsoft Docs |
| ms.custom |
|
| ms.date |
11/04/2016 |
| ms.reviewer |
|
| ms.suite |
|
| ms.technology |
|
| ms.tgt_pltfrm |
|
| ms.topic |
article |
| f1_keywords |
ATL::IErrorRecordsImpl |
ATL.IErrorRecordsImpl |
IErrorRecordsImpl |
|
| dev_langs |
|
| helpviewer_keywords |
|
| ms.assetid |
dea8e938-c5d8-45ab-86de-eb8fbf534ffb |
| caps.latest.revision |
9 |
| author |
mikeblome |
| ms.author |
mblome |
| manager |
ghogen |
| translation.priority.ht |
cs-cz |
de-de |
es-es |
fr-fr |
it-it |
ja-jp |
ko-kr |
pl-pl |
pt-br |
ru-ru |
tr-tr |
zh-cn |
zh-tw |
|
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
T
A class derived from IErrorRecordsImpl.
RecordClass
A class that represents an OLE DB error object.
Header: atldb.h
OLE DB Provider Templates
OLE DB Provider Template Architecture