API Reference
| Classic JavaDoc |
RegistryKey.getIntegerValue
public int getIntegerValue(String valueName)
Returns the specified Integer value from this registry key. The value type has to be REG_DWORD, otherwise this method returns 0.
Throws:
Is equivalent to:
getValue(valueName).getInteger();
valueName | the name of the value to be returned. |
RegistryException | if this key has been closed or any other error occurs. |
Community comments
Powered by JavaDocPlus