Microsoft SDK for Java

RegistryRequest Class Fields

The RegistryRequest Class contains the following fields.

CREATE The registry access type that represents a request to create a key or value.
DELETE The registry access type that represents a request to delete a key or value.
OPEN The registry access type that represents an attempt to open a registry key.
READ The registry access type that represents a request to read or obtain information about a key or value.
WRITE The registry access type that represents a request to modify a key or value.

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