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.
This method stops the parsing operation.
HRESULT abort( );
Parameters
None.
Return Values
The following table shows the return codes for the abort method based on the state of the reader.
State | Return code |
---|---|
Ready | E_FAIL. After abort executes, the reader is again ready to parse. |
Parsing | S_OK. After abort executes, the reader is again ready to parse. |
Suspended | S_OK. After abort executes, the reader is again ready to parse. |
Remarks
You should use abort from within a handler call. After abort executes, parsing stops, but processing of the handler method continues. As an alternative to the abort method, you can return E_FAIL.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.
Link Library: Uuid.lib.
See Also
Send Feedback on this topic to the authors