RegistryHelper.TryOpenSubKeyInWriteMode Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TryOpenSubKeyInWriteMode(RegistryHive, String, RegistryKey) | |
TryOpenSubKeyInWriteMode(RegistryKey, String, RegistryKey) |
TryOpenSubKeyInWriteMode(RegistryHive, String, RegistryKey)
public:
static bool TryOpenSubKeyInWriteMode(Microsoft::Win32::RegistryHive registryHive, System::String ^ subKeyPath, [Runtime::InteropServices::Out] Microsoft::Win32::RegistryKey ^ % registryKey);
public static bool TryOpenSubKeyInWriteMode (Microsoft.Win32.RegistryHive registryHive, string subKeyPath, out Microsoft.Win32.RegistryKey registryKey);
static member TryOpenSubKeyInWriteMode : Microsoft.Win32.RegistryHive * string * RegistryKey -> bool
Public Shared Function TryOpenSubKeyInWriteMode (registryHive As RegistryHive, subKeyPath As String, ByRef registryKey As RegistryKey) As Boolean
Parameters
- registryHive
- RegistryHive
- subKeyPath
- String
- registryKey
- RegistryKey
Returns
Applies to
TryOpenSubKeyInWriteMode(RegistryKey, String, RegistryKey)
public:
static bool TryOpenSubKeyInWriteMode(Microsoft::Win32::RegistryKey ^ parentSubKey, System::String ^ subKeyName, [Runtime::InteropServices::Out] Microsoft::Win32::RegistryKey ^ % registryKey);
public static bool TryOpenSubKeyInWriteMode (Microsoft.Win32.RegistryKey parentSubKey, string subKeyName, out Microsoft.Win32.RegistryKey registryKey);
static member TryOpenSubKeyInWriteMode : Microsoft.Win32.RegistryKey * string * RegistryKey -> bool
Public Shared Function TryOpenSubKeyInWriteMode (parentSubKey As RegistryKey, subKeyName As String, ByRef registryKey As RegistryKey) As Boolean
Parameters
- parentSubKey
- RegistryKey
- subKeyName
- String
- registryKey
- RegistryKey