AdvancedLauncher.Tools.NativeMethods.SetWindowSubclass C# (CSharp) Method

SetWindowSubclass() private method

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
return bool
        public static extern bool SetWindowSubclass(HWND hwnd, SUBCLASSPROC callback, IntPtr id, IntPtr data);