static int |
Registry.closeKey(long hKey) |
static int |
Registry.createKey(long hKey,
String lpSubKey,
PInvoke.UIntPtr phkResult) |
static long |
Registry.deleteKey(long hKey,
String subKey) |
static long |
Registry.deleteValue(long hKey,
String valueName) |
static int |
Registry.enumKeyEx(long hkey,
int index,
StringBuilder lpName,
PInvoke.UIntPtr lpcbName,
long reserved,
long lpClass,
long lpcbClass,
Registry.FILETIME lpftLastWriteTime) |
static int |
Registry.enumValue(long hKey,
int index,
StringBuilder lpValueName,
PInvoke.UIntPtr lpcValueName,
long lpReserved,
PInvoke.UIntPtr lpType,
PInvoke.ByteArrayBuilder lpData,
PInvoke.IntPtr lpcbData) |
static int |
Environment.GetEnvironmentVariable(String lpName,
StringBuilder lpBuffer,
PInvoke.UIntPtr nsize) |
static boolean |
Environment.GetVersionEx(Environment.OSVERSIONINFOEX version) |
static int |
Registry.openKeyEx(long hKey,
String subKey,
int options,
long samDesired,
PInvoke.UIntPtr phkResult) |
static int |
Registry.queryInfoKey(long hKey,
StringBuilder lpClass,
PInvoke.UIntPtr lpcClass,
long lpReserved,
PInvoke.UIntPtr lpcSubKeys,
PInvoke.UIntPtr lpcMaxSubKeyLen,
PInvoke.UIntPtr lpcMaxClassLen,
PInvoke.UIntPtr lpcValues,
PInvoke.UIntPtr lpcMaxValueNameLen,
PInvoke.UIntPtr lpcMaxValueLen,
PInvoke.UIntPtr lpcbSecurityDescriptor,
Registry.FILETIME lpftLastWriteTime) |
static int |
Registry.queryValueEx(long hKey,
String valueName,
long reserved,
PInvoke.UIntPtr lpType,
PInvoke.ByteArrayBuilder lpData,
PInvoke.UIntPtr lpcbData) |
static int |
Registry.queryValueEx(long hKey,
String valueName,
long reserved,
PInvoke.UIntPtr lpType,
StringBuilder lpString,
PInvoke.UIntPtr lpcbData) |
static long |
Registry.setValueEx(long hKey,
String valueName,
int reserved,
int type,
byte[] data,
int len) |