IASProgressBar::get_Min

This method gets the minimum value of the progress bar.

Syntax

HRESULT get_Min( long *plMin );

Parameters

plMin
Pointer to a long integer that contains the minimum value of the progress bar.

Return Values

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

See Also

IASProgressBar::put_Min