IHTMLObjectElement::get_codeIHTMLObjectElement::get_code*
*



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.

p
Address of a variable that receives the URL.

See also put_code

Up Top of Page


IHTMLObjectElement::put_code


HRESULT put_code(
    BSTR v 
);

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

v
String specifying the URL.

See also get_code


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