VSRegistryDetouring.OpenNonDetouredKey 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 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
- key
- RegistryKey
- sSubKey
- String
- options
- UInt32
- samDesired
- UInt32