RegistryHelper.TryOpenSubKeyInReadMode 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.
public:
static bool TryOpenSubKeyInReadMode(Microsoft::Win32::RegistryHive registryHive, System::String ^ subKeyPath, [Runtime::InteropServices::Out] Microsoft::Win32::RegistryKey ^ % registryKey);
public static bool TryOpenSubKeyInReadMode (Microsoft.Win32.RegistryHive registryHive, string subKeyPath, out Microsoft.Win32.RegistryKey registryKey);
static member TryOpenSubKeyInReadMode : Microsoft.Win32.RegistryHive * string * RegistryKey -> bool
Public Shared Function TryOpenSubKeyInReadMode (registryHive As RegistryHive, subKeyPath As String, ByRef registryKey As RegistryKey) As Boolean
Parameters
- registryHive
- RegistryHive
- subKeyPath
- String
- registryKey
- RegistryKey