| Package | Description |
|---|---|
| de.ibapl.jnhw.winapi |
| Modifier and Type | Class and Description |
|---|---|
static class |
Minwindef.PHKEY
Just the pointer to HKEY that where meaning it can be set in a function
call ....
|
| Modifier and Type | Method and Description |
|---|---|
static Minwindef.HKEY |
Winreg.HKEY_CLASSES_ROOT() |
static Minwindef.HKEY |
Winreg.HKEY_CURRENT_CONFIG() |
static Minwindef.HKEY |
Winreg.HKEY_CURRENT_USER() |
static Minwindef.HKEY |
Winreg.HKEY_DYN_DATA() |
static Minwindef.HKEY |
Winreg.HKEY_LOCAL_MACHINE() |
static Minwindef.HKEY |
Winreg.HKEY_PERFORMANCE_DATA() |
static Minwindef.HKEY |
Winreg.HKEY_PERFORMANCE_NLSTEXT() |
static Minwindef.HKEY |
Winreg.HKEY_PERFORMANCE_TEXT() |
static Minwindef.HKEY |
Winreg.HKEY_USERS() |
| Modifier and Type | Method and Description |
|---|---|
static long |
Winreg.RegCloseKey(Minwindef.HKEY hKey) |
static long |
Winreg.RegEnumValueW(Minwindef.HKEY hKey,
int dwIndex,
Winnt.LPWSTR lpValueName,
IntRef lpType,
Minwindef.LPBYTE lpData) |
static long |
Winreg.RegOpenKeyExW(Minwindef.HKEY hKey,
String lpSubKey,
int ulOptions,
int samDesired,
Minwindef.PHKEY phkResult) |
Copyright © 2019. All rights reserved.