IHTMLObjectElement::get_codeTypeIHTMLObjectElement::get_codeType*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLObjectElement::put_codeType
*Next Topic: IHTMLObjectElement::put_code

IHTMLObjectElement::get_codeType


HRESULT get_codeType(
    BSTR *p 
);

Retrieves the Internet media type for the code associated with the object.

p
Address of a variable that receives the Internet media type.

See also put_codeType

Up Top of Page


IHTMLObjectElement::put_codeType


HRESULT put_codeType(
    BSTR v 
);

Sets the Internet media type for the code associated with the object.

v
String specifying the Internet media type.

See also get_codeType


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