com.jniwrapper.win32.registry
Class RegistryKey.RegistryAccessMode

java.lang.Object
  extended by com.jniwrapper.util.EnumItem
      extended by com.jniwrapper.win32.registry.RegistryKey.RegistryAccessMode
Enclosing class:
RegistryKey

public static class RegistryKey.RegistryAccessMode
extends com.jniwrapper.util.EnumItem

Provides enumeration of all registry access modes.


Field Summary
static RegistryKey.RegistryAccessMode DEFAULT
          Default registry access mode.
static RegistryKey.RegistryAccessMode WOW32
          Provides access to 32-bit registry keys from either a 32-bit or 64-bit application.
static RegistryKey.RegistryAccessMode WOW64
          Provides access to 64-bit registry keys from either a 32-bit or 64-bit application.
 
Method Summary
 
Methods inherited from class com.jniwrapper.util.EnumItem
equals, getLongValue, getValue, hashCode, isOneOf
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT

public static final RegistryKey.RegistryAccessMode DEFAULT
Default registry access mode.


WOW64

public static final RegistryKey.RegistryAccessMode WOW64
Provides access to 64-bit registry keys from either a 32-bit or 64-bit application.


WOW32

public static final RegistryKey.RegistryAccessMode WOW32
Provides access to 32-bit registry keys from either a 32-bit or 64-bit application.