| Constructor and Description |
|---|
Winreg() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
HAVE_WINREG_H() |
static Minwindef.HKEY |
HKEY_CLASSES_ROOT() |
static Minwindef.HKEY |
HKEY_CURRENT_CONFIG() |
static Minwindef.HKEY |
HKEY_CURRENT_USER() |
static Minwindef.HKEY |
HKEY_DYN_DATA() |
static Minwindef.HKEY |
HKEY_LOCAL_MACHINE() |
static Minwindef.HKEY |
HKEY_PERFORMANCE_DATA() |
static Minwindef.HKEY |
HKEY_PERFORMANCE_NLSTEXT() |
static Minwindef.HKEY |
HKEY_PERFORMANCE_TEXT() |
static Minwindef.HKEY |
HKEY_USERS() |
static long |
RegCloseKey(Minwindef.HKEY hKey) |
static long |
RegEnumValueW(Minwindef.HKEY hKey,
int dwIndex,
Winnt.LPWSTR lpValueName,
IntRef lpType,
Minwindef.LPBYTE lpData) |
static long |
RegOpenKeyExW(Minwindef.HKEY hKey,
String lpSubKey,
int ulOptions,
int samDesired,
Minwindef.PHKEY phkResult) |
public static final boolean HAVE_WINREG_H()
@Define public static final Minwindef.HKEY HKEY_CLASSES_ROOT()
@Define public static final Minwindef.HKEY HKEY_CURRENT_USER()
@Define public static final Minwindef.HKEY HKEY_LOCAL_MACHINE()
@Define public static final Minwindef.HKEY HKEY_USERS()
@Define public static final Minwindef.HKEY HKEY_PERFORMANCE_DATA()
@Define public static final Minwindef.HKEY HKEY_PERFORMANCE_TEXT()
@Define public static final Minwindef.HKEY HKEY_PERFORMANCE_NLSTEXT()
@Define public static final Minwindef.HKEY HKEY_CURRENT_CONFIG()
@Define public static final Minwindef.HKEY HKEY_DYN_DATA()
public static final long RegEnumValueW(Minwindef.HKEY hKey, int dwIndex, Winnt.LPWSTR lpValueName, IntRef lpType, Minwindef.LPBYTE lpData)
public static final long RegOpenKeyExW(Minwindef.HKEY hKey, String lpSubKey, int ulOptions, int samDesired, Minwindef.PHKEY phkResult)
public static final long RegCloseKey(Minwindef.HKEY hKey) throws NativeErrorException
NativeErrorExceptionCopyright © 2019. All rights reserved.