@@ -4,9 +4,9 @@ ms.custom: ""
44ms.date : " 11/04/2016"
55ms.technology : ["cpp-data"]
66ms.topic : " reference"
7- f1_keywords: ["ATL::IErrorRecordsImpl", "ATL.IErrorRecordsImpl", "IErrorRecordsImpl", "GetErrorDescriptionString", "IErrorRecordsImpl.GetErrorDescriptionString", "IErrorRecordsImpl::GetErrorDescriptionString", "GetErrorGUID", "IErrorRecordsImpl.GetErrorGUID", "IErrorRecordsImpl::GetErrorGUID", "GetErrorHelpContext", "IErrorRecordsImpl::GetErrorHelpContext", "IErrorRecordsImpl.GetErrorHelpContext", "IErrorRecordsImpl::GetErrorHelpFile", "GetErrorHelpFile", "IErrorRecordsImpl.GetErrorHelpFile", "IErrorRecordsImpl.GetErrorSource", "GetErrorSource", "IErrorRecordsImpl::GetErrorSource", "IErrorRecordsImpl.AddErrorRecord", "AddErrorRecord", "IErrorRecordsImpl::AddErrorRecord", "ATL::IErrorRecordsImpl::GetBasicErrorInfo", "IErrorRecordsImpl::GetBasicErrorInfo", "GetBasicErrorInfo", "ATL.IErrorRecordsImpl.GetBasicErrorInfo", "IErrorRecordsImpl.GetBasicErrorInfo", "ATL::IErrorRecordsImpl::GetCustomErrorObject", "IErrorRecordsImpl::GetCustomErrorObject", "ATL.IErrorRecordsImpl.GetCustomErrorObject", "IErrorRecordsImpl.GetCustomErrorObject", "GetCustomErrorObject", "GetErrorInfo", "IErrorRecordsImpl.GetErrorInfo", "IErrorRecordsImpl::GetErrorInfo", "IErrorRecordsImpl::GetErrorParameters", "ATL.IErrorRecordsImpl.GetErrorParameters", "IErrorRecordsImpl.GetErrorParameters", "GetErrorParameters", "ATL::IErrorRecordsImpl::GetErrorParameters", "IErrorRecordsImpl::GetRecordCount", "ATL::IErrorRecordsImpl::GetRecordCount", "IErrorRecordsImpl.GetRecordCount", "ATL.IErrorRecordsImpl.GetRecordCount", "IErrorRecordsImpl::m_rgErrors", "IErrorRecordsImpl.m_rgErrors", "ATL.IErrorRecordsImpl.m_rgErrors", "m_rgErrors", "ATL::IErrorRecordsImpl::m_rgErrors"]
7+ f1_keywords: ["ATL::IErrorRecordsImpl", "ATL.IErrorRecordsImpl", "IErrorRecordsImpl", "GetErrorDescriptionString", "IErrorRecordsImpl.GetErrorDescriptionString", "IErrorRecordsImpl::GetErrorDescriptionString", "GetErrorGUID", "IErrorRecordsImpl.GetErrorGUID", "IErrorRecordsImpl::GetErrorGUID", "GetErrorHelpContext", "IErrorRecordsImpl::GetErrorHelpContext", "IErrorRecordsImpl.GetErrorHelpContext", "IErrorRecordsImpl::GetErrorHelpFile", "GetErrorHelpFile", "IErrorRecordsImpl.GetErrorHelpFile", "IErrorRecordsImpl.GetErrorSource", "GetErrorSource", "IErrorRecordsImpl::GetErrorSource", "IErrorRecordsImpl.AddErrorRecord", "AddErrorRecord", "IErrorRecordsImpl::AddErrorRecord", "ATL::IErrorRecordsImpl::GetBasicErrorInfo", "IErrorRecordsImpl::GetBasicErrorInfo", "GetBasicErrorInfo", "ATL.IErrorRecordsImpl.GetBasicErrorInfo", "IErrorRecordsImpl.GetBasicErrorInfo", "ATL::IErrorRecordsImpl::GetCustomErrorObject", "IErrorRecordsImpl::GetCustomErrorObject", "ATL.IErrorRecordsImpl.GetCustomErrorObject", "IErrorRecordsImpl.GetCustomErrorObject", "GetCustomErrorObject", "GetErrorInfo", "IErrorRecordsImpl.GetErrorInfo", "IErrorRecordsImpl::GetErrorInfo", "IErrorRecordsImpl::GetErrorParameters", "ATL.IErrorRecordsImpl.GetErrorParameters", "IErrorRecordsImpl.GetErrorParameters", "GetErrorParameters", "ATL::IErrorRecordsImpl::GetErrorParameters", "IErrorRecordsImpl::GetRecordCount", "ATL::IErrorRecordsImpl::GetRecordCount", "IErrorRecordsImpl.GetRecordCount", "ATL.IErrorRecordsImpl.GetRecordCount", "IErrorRecordsImpl::m_rgErrors", "IErrorRecordsImpl.m_rgErrors", "ATL.IErrorRecordsImpl.m_rgErrors", "m_rgErrors", "ATL::IErrorRecordsImpl::m_rgErrors"]
88dev_langs : ["C++"]
9- helpviewer_keywords : ["IErrorRecordsImpl class", "GetErrorDescriptionString method", "GetErrorGUID method", "GetErrorHelpContext method", "GetErrorHelpFile method", "GetErrorSource method", "AddErrorRecord method", "GetBasicErrorInfo method", "GetCustomErrorObject method", "GetErrorInfo method", "GetErrorParameters method", "GetRecordCount method", "m_rgErrors"]
9+ helpviewer_keywords : ["IErrorRecordsImpl class", "GetErrorDescriptionString method", "GetErrorGUID method", "GetErrorHelpContext method", "GetErrorHelpFile method", "GetErrorSource method", "AddErrorRecord method", "GetBasicErrorInfo method", "GetCustomErrorObject method", "GetErrorInfo method", "GetErrorParameters method", "GetRecordCount method", "m_rgErrors"]
1010ms.assetid : dea8e938-c5d8-45ab-86de-eb8fbf534ffb
1111author : " mikeblome"
1212ms.author : " mblome"
@@ -67,7 +67,7 @@ Gets the error description string from an error record.
6767### Syntax
6868
6969```cpp
70- LPOLESTR GetErrorDescriptionString(ERRORINFO& rCurError);
70+ LPOLESTR GetErrorDescriptionString(ERRORINFO& rCurError);
7171```
7272
7373#### Parameters
@@ -83,7 +83,7 @@ Gets the error GUID from an error record.
8383### Syntax
8484
8585``` cpp
86- REFGUID GetErrorGUID (ERRORINFO& rCurError);
86+ REFGUID GetErrorGUID (ERRORINFO& rCurError);
8787```
8888
8989#### Parameters
@@ -99,7 +99,7 @@ Gets the help context ID from an error record.
9999### Syntax
100100
101101```cpp
102- DWORD GetErrorHelpContext(ERRORINFO& rCurError);
102+ DWORD GetErrorHelpContext(ERRORINFO& rCurError);
103103```
104104
105105#### Parameters
@@ -115,7 +115,7 @@ Gets the path name of the help file from an error record.
115115### Syntax
116116
117117``` cpp
118- LPOLESTR GetErrorHelpFile (ERRORINFO& rCurError);
118+ LPOLESTR GetErrorHelpFile (ERRORINFO& rCurError);
119119```
120120
121121#### Parameters
@@ -131,7 +131,7 @@ Gets the source code that caused the error from an error record.
131131### Syntax
132132
133133```cpp
134- LPOLESTR GetErrorSource(ERRORINFO& rCurError);
134+ LPOLESTR GetErrorSource(ERRORINFO& rCurError);
135135```
136136
137137#### Parameters
@@ -147,7 +147,7 @@ Adds a record to the OLE DB error object.
147147### Syntax
148148
149149``` cpp
150- STDMETHOD (AddErrorRecord )(ERRORINFO * pErrorInfo,
150+ STDMETHOD (AddErrorRecord )(ERRORINFO * pErrorInfo,
151151 DWORD dwLookupID,
152152 DISPPARAMS * pdispparams,
153153 IUnknown * punkCustomError,
@@ -163,7 +163,7 @@ Returns basic information about the error, such as the return code and provider-
163163### Syntax
164164
165165```cpp
166- STDMETHOD(GetBasicErrorInfo )(ULONG ulRecordNum,
166+ STDMETHOD(GetBasicErrorInfo )(ULONG ulRecordNum,
167167 ERRORINFO *pErrorInfo);
168168```
169169
@@ -176,7 +176,7 @@ Returns a pointer to an interface on a custom error object.
176176### Syntax
177177
178178``` cpp
179- STDMETHOD (GetCustomErrorObject )(ULONG ulRecordNum,
179+ STDMETHOD (GetCustomErrorObject )(ULONG ulRecordNum,
180180 REFIID riid,
181181 IUnknown ** ppObject);
182182```
@@ -190,7 +190,7 @@ Returns an [IErrorInfo](https://msdn.microsoft.com/library/ms718112.aspx) interf
190190### Syntax
191191
192192```cpp
193- STDMETHOD(GetErrorInfo )(ULONG ulRecordNum,
193+ STDMETHOD(GetErrorInfo )(ULONG ulRecordNum,
194194 LCID lcid,
195195 IErrorInfo **ppErrorInfo);
196196```
@@ -204,7 +204,7 @@ Returns the error parameters.
204204### Syntax
205205
206206``` cpp
207- STDMETHOD (GetErrorParameters )(ULONG ulRecordNum,
207+ STDMETHOD (GetErrorParameters )(ULONG ulRecordNum,
208208 DISPPARAMS * pdispparams);
209209```
210210
@@ -217,7 +217,7 @@ Returns the number of records in the OLE DB record object.
217217### Syntax
218218
219219```cpp
220- STDMETHOD(GetRecordCount )(ULONG *pcRecords);
220+ STDMETHOD(GetRecordCount )(ULONG *pcRecords);
221221```
222222
223223#### Parameters
@@ -229,12 +229,9 @@ An array of error records.
229229### Syntax
230230
231231``` cpp
232- CAtlArray<
233- RecordClass
234- > m_rgErrors;
235-
232+ CAtlArray< RecordClass > m_rgErrors;
236233```
237234
238235## See Also
239236 [ OLE DB Provider Templates] ( ../../data/oledb/ole-db-provider-templates-cpp.md )
240- [ OLE DB Provider Template Architecture] ( ../../data/oledb/ole-db-provider-template-architecture.md )
237+ [ OLE DB Provider Template Architecture] ( ../../data/oledb/ole-db-provider-template-architecture.md )
0 commit comments