Click to return to the Reusing Browser Technology home page    
IHTMLInputElement::get_re...     IHTMLInputElement::get_sr...     IHTMLInputElement Interfa...    
Web Workshop  |  Reusing Browser Technology

IHTMLInputElement::get_size Method


Retrieves the number of bytes in the file to be transferred.

Syntax

HRESULT get_size(
    long *p
);

Parameters

p
Address of a long variable that receives the size, in characters.

Return Value

Returns S_OK if successful, or an error code otherwise.


IHTMLInputElement::put_size Method


Sets the size of the control.

Syntax

HRESULT put_size(
    long v
);

Parameters

v
Long value that specifies the size, in characters, to set.

Return Value

Returns S_OK if successful, or an error code otherwise.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.