Key.getKey
Returns the named sub-key of this key.
Parameters
name | The name of the subkey to aquire. If name is the empty string, then the called key is duplicated. |
access | The desired access; one of the REGSAM enumeration. |
Returns
The aquired key.
Throws
This function never returns
null. If a key corresponding to
the requested name is not found, RegistryException is thrown.