|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HKEY | |
---|---|
com.moesol.bindings.platform_sdk.windows_api |
Uses of HKEY in com.moesol.bindings.platform_sdk.windows_api |
---|
Fields in com.moesol.bindings.platform_sdk.windows_api declared as HKEY | |
---|---|
static HKEY |
HKEY.CLASSES_ROOT
|
static HKEY |
HKEY.CURRENT_CONFIG
|
static HKEY |
HKEY.CURRENT_USER
|
static HKEY |
HKEY.DYN_DATA
|
static HKEY |
PlatformSDK.HKEY_CLASSES_ROOT
|
static HKEY |
PlatformSDK.HKEY_CURRENT_CONFIG
|
static HKEY |
PlatformSDK.HKEY_CURRENT_USER
|
static HKEY |
PlatformSDK.HKEY_DYN_DATA
|
static HKEY |
PlatformSDK.HKEY_LOCAL_MACHINE
|
static HKEY |
PlatformSDK.HKEY_PERFORMANCE_DATA
|
static HKEY |
PlatformSDK.HKEY_USERS
|
static HKEY |
HKEY.LOCAL_MACHINE
|
static HKEY |
HKEY.PERFORMANCE_DATA
|
static HKEY |
HKEY.USERS
|
Methods in com.moesol.bindings.platform_sdk.windows_api that return HKEY | |
---|---|
static HKEY |
HKEY.Open(HKEY hKeyParent,
String lpszKeyName)
Calls Open with KEY_ALL_ACCESS. |
static HKEY |
HKEY.Open(HKEY hKeyParent,
String lpszKeyName,
int samDesired)
Calls PlatformSDK.RegOpenKeyEx(com.moesol.bindings.platform_sdk.windows_api.HKEY, java.lang.String, int, int, com.moesol.bindings.platform_sdk.windows_api.HKEY[]) . |
Methods in com.moesol.bindings.platform_sdk.windows_api with parameters of type HKEY | |
---|---|
static HKEY |
HKEY.Open(HKEY hKeyParent,
String lpszKeyName)
Calls Open with KEY_ALL_ACCESS. |
static HKEY |
HKEY.Open(HKEY hKeyParent,
String lpszKeyName,
int samDesired)
Calls PlatformSDK.RegOpenKeyEx(com.moesol.bindings.platform_sdk.windows_api.HKEY, java.lang.String, int, int, com.moesol.bindings.platform_sdk.windows_api.HKEY[]) . |
static void |
PlatformSDK.RegCloseKey(HKEY aKey)
|
static void |
PlatformSDK.RegCreateKeyEx(HKEY hKey,
String lpSubKey,
int Reserved,
String lpClass,
int dwOptions,
int samDesired,
SECURITY_ATTRIBUTES secAttrs,
HKEY[] phkResult,
long[] lpdwDisposition)
Currently this method doesn't supprot the LPSECURITY_ATTRIBUTES parameter of the actual win32 call. |
static void |
PlatformSDK.RegCreateKeyEx(HKEY hKey,
String lpSubKey,
int Reserved,
String lpClass,
int dwOptions,
int samDesired,
SECURITY_ATTRIBUTES secAttrs,
HKEY[] phkResult,
long[] lpdwDisposition)
Currently this method doesn't supprot the LPSECURITY_ATTRIBUTES parameter of the actual win32 call. |
static void |
PlatformSDK.RegDeleteKey(HKEY hKey,
String subKey)
|
static void |
PlatformSDK.RegDeleteValue(HKEY hKey,
String valueName)
|
static int |
PlatformSDK.RegEnumKey(HKEY hKey,
int index,
String[] out_name)
|
static void |
PlatformSDK.RegNotifyChangeKeyValue(HKEY hKey,
boolean bWatchSubtree,
int dwNotifyFilter,
HANDLE event,
boolean fAsynchronous)
|
static void |
PlatformSDK.RegOpenKeyEx(HKEY hKey,
String subKeyName,
int options,
int samDesired,
HKEY[] outKey)
|
static void |
PlatformSDK.RegOpenKeyEx(HKEY hKey,
String subKeyName,
int options,
int samDesired,
HKEY[] outKey)
|
static void |
PlatformSDK.RegQueryValue(HKEY openedKey,
String subKeyName,
Object[] outObject)
|
static void |
PlatformSDK.RegSetKeyEx(HKEY openedKey,
String subKeyName,
Object valueToSet)
Deprecated. As of jSegue 1.5 replaced by PlatformSDK.RegSetValueEx(HKEY, String, Object) |
static void |
PlatformSDK.RegSetValueEx(HKEY openedKey,
String subKeyName,
Object valueToSet)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |