Interop.mincore.RegDeleteKeyEx C# (CSharp) Method

RegDeleteKeyEx() private method

private RegDeleteKeyEx ( SafeRegistryHandle hKey, String lpSubKey, int samDesired, int Reserved ) : int
hKey SafeRegistryHandle
lpSubKey String
samDesired int
Reserved int
return int
        internal static extern int RegDeleteKeyEx(SafeRegistryHandle hKey, String lpSubKey, int samDesired, int Reserved);
    }