Microsoft SDK for Java

RegKey Class Fields

The RegKey class contains the following fields.

CLASSES_ROOT An identifier that signifies that the HKEY_CLASSES_ROOT key must be returned.
KEYOPEN_ALL An identifier that signifies a key must be opened for read-write access.
KEYOPEN_CREATE An identifier that signifies a key must be created, not opened.
KEYOPEN_READ An identifier that signifies a key must be opened for read-only access.
KEYOPEN_WRITE An identifier that signifies a key must be opened for write access.
LOCALMACHINE_ROOT An identifier that signifies that the HKEY_LOCAL_MACHINE key must be returned.
USER_ROOT An identifier that signifies that the HKEY_CURRENT_USER key must be returned.
USERS_ROOT An identifier that signifies that the HKEY_USERS key must be returned.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.