CDBErrorInfo::GetErrorInfo

 

The latest version of this topic can be found at CDBErrorInfo::GetErrorInfo.

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

Syntax

  
      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

CDBErrorInfo Class