Microsoft SDK for Java

RegistryRequest Class Constructors

The RegistryRequest Class contains the following constructor:

RegistryRequest(int access, String value)

Creates a RegistryRequest object based on the specified access type and value.

Syntax

public RegistryRequest(int access, String value);

Parameters

access The type of access requested. It must be one of the following: OPEN, READ, WRITE, DELETE, or CREATE.
value The key or value for which access is requested.

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