CDBErrorInfo::GetErrorInfo

Calls IErrorRecords::GetErrorInfo to return an IErrorInfo interface pointer to the specified record.

HRESULT GetErrorInfo( 
   ULONG ulRecordNum, 
   LCID lcid, 
   IErrorInfo** ppErrorInfo  
) const throw( );

Parameters

See IErrorRecords::GetErrorInfo in the OLE DB Programmer's Reference.

Return Value

A standard HRESULT.

Requirements

Header: atldbcli.h

See Also

Reference

CDBErrorInfo Class

Other Resources

CDBErrorInfo Members