public class RegistryKeyType
extends com.jniwrapper.util.EnumItem
Modifier and Type | Field and Description |
---|---|
static RegistryKeyType |
BINARY |
static RegistryKeyType |
DWORD |
static RegistryKeyType |
DWORD_BIG_ENDIAN |
static RegistryKeyType |
DWORD_LITTLE_ENDIAN |
static RegistryKeyType |
EXPAND_SZ |
static RegistryKeyType |
FULL_RESOURCE_DESCRIPTOR |
static RegistryKeyType |
LINK |
static RegistryKeyType |
MULTI_SZ |
static RegistryKeyType |
NONE |
static RegistryKeyType |
QWORD |
static RegistryKeyType |
RESOURCE_LIST |
static RegistryKeyType |
RESOURCE_REQUIREMENTS_LIST |
static RegistryKeyType |
SZ |
Modifier | Constructor and Description |
---|---|
protected |
RegistryKeyType(int value) |
public static final RegistryKeyType NONE
public static final RegistryKeyType SZ
public static final RegistryKeyType EXPAND_SZ
public static final RegistryKeyType BINARY
public static final RegistryKeyType DWORD
public static final RegistryKeyType DWORD_LITTLE_ENDIAN
public static final RegistryKeyType DWORD_BIG_ENDIAN
public static final RegistryKeyType LINK
public static final RegistryKeyType MULTI_SZ
public static final RegistryKeyType RESOURCE_LIST
public static final RegistryKeyType FULL_RESOURCE_DESCRIPTOR
public static final RegistryKeyType RESOURCE_REQUIREMENTS_LIST
public static final RegistryKeyType QWORD