IHTMLInputFileElement::get_sizeIHTMLInputFileElement::get_size*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLInputFileElement::put_size
*Next Topic: IHTMLInputFileElement::put_maxLength

IHTMLInputFileElement::get_size


HRESULT get_size(
    long *p
);

Retrieves the size of the control.

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

See also put_size

Up Top of Page


IHTMLInputFileElement::put_size


HRESULT put_size(
    long v
);

Sets the size of the control.

v
Value specifying the size, in characters.

See also get_size


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