IHTMLEmbedElement::get_unitsIHTMLEmbedElement::get_units*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLEmbedElement::put_units
*Next Topic: IHTMLEmbedElement::put_name

IHTMLEmbedElement::get_units


HRESULT get_units(
    BSTR *p
);

Retrieves the current units used to caculate the height and width.

p
Address of a string variable that contains the unit type. Can be either "pixels" or "ems".

See also put_units

Up Top of Page


IHTMLEmbedElement::put_units


HRESULT put_units(
    BSTR v
);

Sets the units that the height and width are calculated in.

v
String value that contains the units. Can be either "pixels" or "ems".

See also get_units


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