ISupportErrorInfo

ISupportErrorInfo is defined by Automation. The following describes how the interface is used in OLE DB.

ISupportErrorInfo indicates whether a specific interface can return Automation error objects. Because OLE DB error objects are returned through the same mechanism as Automation error objects, support for them is also indicated through this interface.

A consumer uses this interface to determine whether a particular OLE DB interface can return an OLE DB error object.

Method Description
InterfaceSupportsErrorInfo Indicates whether a specific OLE DB interface can return OLE DB error objects.

 

ISupportErrorInfo::InterfaceSupportsErrorInfo 

Indicates whether a specific OLE DB interface can return OLE DB error objects. For information on how this interface is implemented, see the OLE DB Programmer’s Reference.