public static extern int GetWindowLong(NativeMethods.HWND hWnd, int nIndex);
public static extern bool GetWindowRect(NativeMethods.HWND hwnd, out NativeMethods.RECT rc);
public static extern bool IsWindowEnabled(NativeMethods.HWND hwnd);