static int |
Registry.createKey(long hKey,
String lpSubKey,
PInvoke.UIntPtr phkResult) |
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 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) |