Share via


ISQLXMLHelper::AddErrorRecord

Used by the XML engine to notify the data provider that an error has occurred and should be propagated to the consumer.

Syntax

virtual STDMETHODIMP AddErrorRecord (
   HRESULT hrErr,
   WCHAR * pwszDescription
) = 0;

Parameters

  • hErr
    The HRESULT of the error code.

  • pwszDescription
    The WCHAR representing the description of the error.

Remarks

ISQLXMLHelper should only be used by Microsoft internal applications.

See Also

Reference

ISQLXMLHelper