Share via


ISQLXMLHelper::PostHResult

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

Syntax

virtual STDMETHODIMP PostHResult(
   HRESULT hrErr,
   const IID * piid
) = 0;

Parameters

  • hrErr
    The HRESULT of the error.

  • piid
    The interface that the failing method belonged to.

Remarks

ISQLXMLHelper should only be used by Microsoft internal applications.

See Also

Reference

ISQLXMLHelper