public static WS GetWindowLong(this IntPtr hWnd) { return((WS)NativeMethods.GetWindowLong(hWnd, (int)GWL.STYLE)); }
public static WSEX GetWindowLongEx(this IntPtr hWnd) { return((WSEX)NativeMethods.GetWindowLong(hWnd, (int)GWL.EXSTYLE)); }