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.
- Returns S_OK if successful, or an error value otherwise.
- v
- Address of a variable that receives the status.
See also put_status
IHTMLInputFileElement::put_status
HRESULT put_status( VARIANT v );Sets the status of the INPUT file control.
- Returns S_OK if successful, or an error value otherwise.
- v
- String or value specifying the status.
See also get_status
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.