Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Returns the text of the line containing the error.
Syntax
HRESULT get_srcText( BSTR * sourceString);
Parameters
- sourceString
- [out] Full text of the line containing the error. Returns an empty string if the error is caused when the XML is not well-formed and the error cannot be assigned to a specific line.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.