Interop.mincore.RegOpenKeyEx C# (CSharp) Method

RegOpenKeyEx() private method

private RegOpenKeyEx ( IntPtr hKey, string lpSubKey, int ulOptions, int samDesired, SafeRegistryHandle &hkResult ) : int
hKey IntPtr
lpSubKey string
ulOptions int
samDesired int
hkResult SafeRegistryHandle
return int
        internal static extern int RegOpenKeyEx(
            IntPtr hKey,
            string lpSubKey,
            int ulOptions,
            int samDesired,
            out SafeRegistryHandle hkResult);
    }

Same methods

Interop.mincore::RegOpenKeyEx ( SafeRegistryHandle hKey, string lpSubKey, int ulOptions, int samDesired, SafeRegistryHandle &hkResult ) : int