Contents Index Topic Contents | ||
Previous Topic: IHTMLSelectElement::put_value Next Topic: IHTMLSelectElement::put_disabled |
IHTMLSelectElement::get_value
HRESULT get_value( BSTR *p );Retrieves the value of the object.
- Returns S_OK if successful, or an error value otherwise.
- p
- Address of a variable that receives the value.
See also put_value
IHTMLSelectElement::put_value
HRESULT put_value( BSTR v );Sets the value of the object.
- Returns S_OK if successful, or an error value otherwise.
- v
- String specifying the value.
See also get_value
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.