Contents Index Topic Contents | ||
Previous Topic: IHTMLObjectElement::put_codeBase Next Topic: IHTMLObjectElement::put_codeType |
IHTMLObjectElement::get_codeBase
HRESULT get_codeBase( 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 a string specifying the URL for the object implementation.
See also put_codeBase
IHTMLObjectElement::put_codeBase
HRESULT put_codeBase( 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 for the object implementation.
See also get_codeBase
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.