VSRegistryDetouring.OpenNonDetouredKey Method

Definition

public:
 static Microsoft::Win32::RegistryKey ^ OpenNonDetouredKey(Microsoft::Win32::RegistryKey ^ key, System::String ^ sSubKey, System::UInt32 options, System::UInt32 samDesired);
public static Microsoft.Win32.RegistryKey OpenNonDetouredKey (Microsoft.Win32.RegistryKey key, string sSubKey, uint options, uint samDesired);
static member OpenNonDetouredKey : Microsoft.Win32.RegistryKey * string * uint32 * uint32 -> Microsoft.Win32.RegistryKey
Public Shared Function OpenNonDetouredKey (key As RegistryKey, sSubKey As String, options As UInteger, samDesired As UInteger) As RegistryKey

Parameters

sSubKey
String
options
UInt32
samDesired
UInt32

Returns

RegistryKey

Applies to