public static IntPtr GetWindowLongPtr(IntPtr hwnd, WindowLongFlags nIndex) { return(User32Methods.GetWindowLongPtr(hwnd, (int)nIndex)); }