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);