IASProgressBar::get_Max

This method gets the maximum value of the progress bar.

Syntax

HRESULT get_Max( long *plMax );

Parameters

plMax
Pointer to a long integer that contains the maximum value of the progress bar.

Return Values

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

See Also

IASProgressBar::put_Max