Interop.mincore.RegDeleteKeyEx C# (CSharp) 메소드

RegDeleteKeyEx() 개인적인 메소드

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