No description available.
The wiasSetValidRangeLong function specifies the range of valid values for a WIA_PROP_RANGE property of type VT_I4.
pWiasContext [in]Pointer to a WIA item context.
propidSpecifies the identifier of the property to be updated.
lMinSpecifies the minimum value of the valid range.
lNomSpecifies the property's nominal value.
lMaxSpecifies the maximum value of the valid range.
lStepSpecifies the increment between each valid value in the range.
On success, the function returns S_OK. If the function fails, it returns a standard COM error or one of the WIA_ERROR_XXX errors (described in the Microsoft Windows SDK documentation).