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.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a string variable that contains the unit type. Can be either "pixels" or "ems".
See also put_units
IHTMLEmbedElement::put_units
HRESULT put_units( BSTR v );Sets the units that the height and width are calculated in.
- Returns S_OK if successful, or an error value otherwise.
- v
- String value that contains the units. Can be either "pixels" or "ems".
See also get_units
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.