IHTMLInputFileElement::get_statusIHTMLInputFileElement::get_status*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLInputFileElement::put_status
*Next Topic: IHTMLInputFileElement::put_disabled

IHTMLInputFileElement::get_status


HRESULT get_status(
    VARIANT *p
);

Retrieves the status of the INPUT file control.

v
Address of a variable that receives the status.

See also put_status

Up Top of Page


IHTMLInputFileElement::put_status


HRESULT put_status(
    VARIANT v
);

Sets the status of the INPUT file control.

v
String or value specifying the status.

See also get_status


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