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

GetWindowSubclass() private method

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
return bool
        public static extern bool GetWindowSubclass(HWND hWnd, SUBCLASSPROC pfnSubclass, IntPtr uIdSubclass, ref IntPtr pdwRefData);