| VirtualBox Main API
    | 
 
  
| Public Member Functions | |
| void | getInteger ([retval] out long long value) | 
| void | setInteger (in long long value, [retval] out IProgress progress) | 
| Public Attributes | |
| readonly attribute wstring | suffix | 
| Counterpart of the IFormValue::label attribute. | |
| readonly attribute long long | minimum | 
| readonly attribute long long | maximum | 
|  Public Attributes inherited from IFormValue | |
| readonly attribute FormValueType | type | 
| readonly attribute long | generation | 
| readonly attribute boolean | enabled | 
| readonly attribute boolean | visible | 
| readonly attribute wstring | label | 
| readonly attribute wstring | description | 
| readonly attribute wstring | help | 
| void IRangedInteger64FormValue::getInteger | ( | [retval] out long long | value | ) | 
| void IRangedInteger64FormValue::setInteger | ( | in long long | value, | 
| [retval] out IProgress | progress | ||
| ) | 
| readonly attribute wstring IRangedInteger64FormValue::suffix | 
Counterpart of the IFormValue::label attribute.
May be null or empty. Usually used for units.
| readonly attribute long long IRangedInteger64FormValue::minimum | 
| readonly attribute long long IRangedInteger64FormValue::maximum |