Contents Index Topic Contents | ||
Previous Topic: IHTMLObjectElement::put_code Next Topic: IHTMLObjectElement::get_BaseHref |
IHTMLObjectElement::get_code
HRESULT get_code( BSTR *p );Retrieves a URL referencing where to find the implementation of the object.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the URL.
See also put_code
IHTMLObjectElement::put_code
HRESULT put_code( BSTR v );Sets a URL referencing where to find the implementation of the object.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the URL.
See also get_code
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.