Contents Index Topic Contents | ||
Previous Topic: IXMLDocument::put_charset Next Topic: IXMLDocument::get_doctype |
IXMLDocument::get_version
HRESULT IXMLDocument::get_version( BSTR *p)Returns the version of the XML specification being used.
- Returns S_OK if successful. Possible error codes include E_OUTOFMEMORY and E_INVALIDARG.
- p
- Address of a string containing the version of XML being used.
The caller needs to deallocate the string by using SysFreeString.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.