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

GetWindowSubclass() private méthode

private GetWindowSubclass ( HWND hWnd, SUBCLASSPROC pfnSubclass, IntPtr uIdSubclass, IntPtr &pdwRefData ) : bool
hWnd AdvancedLauncher.Tools.Win32.User32.HWND
pfnSubclass SUBCLASSPROC
uIdSubclass System.IntPtr
pdwRefData System.IntPtr
Résultat bool
        public static extern bool GetWindowSubclass(HWND hWnd, SUBCLASSPROC pfnSubclass, IntPtr uIdSubclass, ref IntPtr pdwRefData);