AdvancedLauncher.Tools.NativeMethods.RemoveWindowSubclass C# (CSharp) 메소드

RemoveWindowSubclass() 개인적인 메소드

private RemoveWindowSubclass ( HWND hwnd, SUBCLASSPROC callback, IntPtr id ) : bool
hwnd AdvancedLauncher.Tools.Win32.User32.HWND
callback SUBCLASSPROC
id System.IntPtr
리턴 bool
        public static extern bool RemoveWindowSubclass(HWND hwnd, SUBCLASSPROC callback, IntPtr id);