IASProgressBar::get_Steps

This method gets the number of divisions for the progress bar.

Syntax

HRESULT get_Steps( long *plStep );

Parameters

plStep
Pointer to a long integer that contains the step value of the progress bar.

Return Values

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

See Also

IASProgressBar::put_Steps