API Reference
| Classic JavaDoc |
Registry.openUsersKey
public static RegistryKey openUsersKey(String subKey)
Opens the specified sub-key of the registry key HKEY_USERS. If this method returns
successfully, the returned RegistryKey object has to be closed using the
method RegistryKey.close().Parameters:
Throws:
subKey | the sub-key to be opened. |
RegistryException | if any error occurs. |
Community comments
Powered by JavaDocPlus