Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.