Microsoft SDK for Java

Registry.CURRENT_USER

Represents the HKEY_CURRENT_USER root key.

Syntax

public static final RegistryKey CURRENT_USER;

Remarks

Use the CURRENT_USER key to store user-specific settings. Your application must not require any of these settings to preexist. It should always provide meaningful default values within the application and/or within the registry.

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