IPrintSchemaParameterDefinition::RangeMin property
The RangeMin property Gets the minimum value of the allowed data range.
This property is read-only.
Syntax
HRESULT get_RangeMin( [out, retval] INT *pRangeMin );
Property value
The minimum value.
Error codes
Returns an HRESULT value, if the property call was successful. Otherwise it returns the appropriate error code.
Remarks
For the PrintSchemaParameterDataType_Integer data type, the value returned by RangeMin maps to the <psf:MinValue> property value of the Print Schema parameter definition. This minimum value shows the minimum integer value that the driver supports.
For the PrintSchemaParameterDataType_NumericString and PrintSchemaParameterDataType_String data types, this maps to the <psf:MinLength> property value of the Print Schema parameter definition. This minimum value shows the minimum length of string that the driver supports.
Requirements
|
Minimum supported client |
Windows 8.1 |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 |
|
Header |
|
See also