AdvancedLauncher.Tools.NativeMethods.SetWindowSubclass C# (CSharp) Метод

SetWindowSubclass() приватный Метод

private SetWindowSubclass ( HWND hwnd, SUBCLASSPROC callback, IntPtr id, IntPtr data ) : bool
hwnd AdvancedLauncher.Tools.Win32.User32.HWND
callback SUBCLASSPROC
id System.IntPtr
data System.IntPtr
Результат bool
        public static extern bool SetWindowSubclass(HWND hwnd, SUBCLASSPROC callback, IntPtr id, IntPtr data);