CDBErrorInfo::m_spErrorRecords

CComPtr<IErrorRecords> m_spErrorRecords;

Remarks

Pointer to an IErrorRecords interface object. IErrorRecords is an interface defined by OLE DB for adding and retrieving records in an OLE DB error object. Information is passed to and from OLE DB error objects in an ERRORINFO structure. For more information, see IErrorRecords in the OLE DB Programmer's Reference.

See Also

CComPtr