IASProgressBar::get_Value

This method gets the current value associated with the progress bar.

Syntax

HRESULT get_Value( long *plValue );

Parameters

plValue
Pointer to a long integer that contains the current value of the progress bar.

Return Values

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

See Also

IASProgressBar::put_Value