IHTMLObjectElement::get_codeBaseIHTMLObjectElement::get_codeBase*
*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.

p
Address of a variable that receives a string specifying the URL for the object implementation.

See also put_codeBase

Up Top of Page


IHTMLObjectElement::put_codeBase


HRESULT put_codeBase(
    BSTR v 
);

Sets a URL referencing where to find the implementation of the object.

v
String specifying the URL for the object implementation.

See also get_codeBase


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.