Contents Index Topic Contents | ||
Previous Topic: IXMLDocument::get_URL Next Topic: IXMLDocument::get_mimeType |
IXMLDocument::put_URL
HRESULT IXMLDocument::put_URL( BSTR p)Loads a new document based on the URL provided. The current document is destroyed and the new document is loaded in its place.
- Returns S_OK if successful. Possible error codes include E_OUTOFMEMORY and E_INVALIDARG.
- p
- String containing a URL address.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.