IASProgressBar::put_Value

This method sets the current value of the progress bar.

Syntax

HRESULT put_Value( long lValue );

Parameters

lValue
Long integer the specifies the current value associated with the progress bar.

Return Values

NOERROR indicates success. E_INVALIDARG indicates that an invalid argument has been entered.

See Also

IASProgressBar::get_Value