Moyosoft Products | Services | Download | Contact us    
Java Outlook Connector
Products  >  Java Outlook Connector  >  API Reference    
API Reference
   
Overview  |  
Classic JavaDoc

RegistryKey.openKey

public RegistryKey openKey(String subKey)

Opens the specified sub-key of this registry key. If this method returns successfully, the returned RegistryKey object has to be closed using the method RegistryKey.close().

Parameters:
subKey   the sub-key to be opened.

Throws:
RegistryException   if this key has been closed or the specified sub-key doens't exist or any other unexpected error occurs.

Community comments



Powered by JavaDocPlus