AdvancedLauncher.Tools.NativeMethods.SetWindowSubclass C# (CSharp) Méthode

SetWindowSubclass() private méthode

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