IHTMLSelectElement::get_valueIHTMLSelectElement::get_value*
*



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.

p
Address of a variable that receives the value.

See also put_value

Up Top of Page


IHTMLSelectElement::put_value


HRESULT put_value(
    BSTR v 
);

Sets the value of the object.

v
String specifying the value.

See also get_value


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