x61467fe65a98f20c.cs
上传用户:xlxx0122
上传日期:2015-04-24
资源大小:3904k
文件大小:14k
源码类别:

.net编程

开发平台:

C#

  1. namespace Sunisoft.IrisSkin
  2. {
  3.     using System;
  4.     using System.Drawing;
  5.     using System.Runtime.InteropServices;
  6.     using System.Text;
  7.     using System.Windows.Forms;
  8.     internal class x61467fe65a98f20c
  9.     {
  10.         private x61467fe65a98f20c()
  11.         {
  12.         }
  13.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  14.         public static extern bool AnimateWindow(IntPtr hwnd, uint dwTime, uint dwFlags);
  15.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  16.         public static extern IntPtr BeginPaint(IntPtr hwnd, out x40255b11ef821fa3.PAINTSTRUCT lpPaint);
  17.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  18.         public static extern IntPtr CallNextHookEx(IntPtr hhk, int nCode, IntPtr wParam, IntPtr lParam);
  19.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  20.         public static extern IntPtr CallWindowProc(xc405cb1a6ec3e1f6 lpPrevWndFunc, IntPtr hWnd, uint Msg, IntPtr wParam, IntPtr lParam);
  21.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  22.         public static extern bool ClientToScreen(IntPtr hWnd, ref x555516122dcc901e.POINT lpPoint);
  23.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  24.         public static extern bool ClientToScreen(IntPtr hWnd, ref Point lpPoint);
  25.         [DllImport("user32.dll", CharSet=CharSet.Ansi, ExactSpelling=true)]
  26.         public static extern IntPtr DefWindowProcA(IntPtr hWnd, uint Msg, IntPtr wParam, IntPtr lParam);
  27.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  28.         public static extern IntPtr DispatchMessage(ref x40255b11ef821fa3.MSG lpmsg);
  29.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  30.         public static extern bool DrawIconEx(IntPtr hdc, int xLeft, int yTop, IntPtr hIcon, int cxWidth, int cyWidth, uint istepIfAniCur, IntPtr hbrFlickerFreeDraw, uint diFlags);
  31.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  32.         public static extern bool EndPaint(IntPtr hWnd, ref x40255b11ef821fa3.PAINTSTRUCT lpPaint);
  33.         [DllImport("user32.dll", CharSet=CharSet.Auto, ExactSpelling=true)]
  34.         public static extern int FrameRect(IntPtr hDC, ref xae4dd1cafd2eb77c.RECT lprc, IntPtr hbr);
  35.         [DllImport("user32.dll", CharSet=CharSet.Ansi, ExactSpelling=true)]
  36.         public static extern IntPtr GetActiveWindow();
  37.         [DllImport("user32.dll", CharSet=CharSet.Auto, ExactSpelling=true)]
  38.         public static extern IntPtr GetCapture();
  39.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  40.         public static extern uint GetClassLong(IntPtr hWnd, int nIndex);
  41.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  42.         public static extern int GetClassName(IntPtr hWnd, StringBuilder lpClassName, int nMaxCount);
  43.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  44.         public static extern bool GetClientRect(IntPtr hWnd, ref xae4dd1cafd2eb77c.RECT lpRect);
  45.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  46.         public static extern bool GetClientRect(IntPtr hWnd, ref Rectangle lpRect);
  47.         [DllImport("user32.dll", CharSet=CharSet.Auto, ExactSpelling=true)]
  48.         public static extern bool GetComboBoxInfo(IntPtr hwndCombo, ref x40255b11ef821fa3.COMBOBOXINFO cbi);
  49.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  50.         public static extern bool GetCursorPos(ref Point lpPoint);
  51.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  52.         public static extern IntPtr GetDC(IntPtr hWnd);
  53.         [DllImport("user32.dll", CharSet=CharSet.Ansi, ExactSpelling=true)]
  54.         public static extern int GetDlgCtrlID(IntPtr hwndCtl);
  55.         [DllImport("user32.dll", CharSet=CharSet.Auto, ExactSpelling=true)]
  56.         public static extern IntPtr GetFocus();
  57.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  58.         public static extern ushort GetKeyState(int virtKey);
  59.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  60.         public static extern bool GetMessage(ref x40255b11ef821fa3.MSG lpMsg, IntPtr hWnd, uint wMsgFilterMin, uint wMsgFilterMax);
  61.         [DllImport("user32.dll", CharSet=CharSet.Auto, ExactSpelling=true)]
  62.         public static extern int GetMessagePos();
  63.         [DllImport("user32.dll", CharSet=CharSet.Ansi, ExactSpelling=true)]
  64.         public static extern IntPtr GetParent(IntPtr hWnd);
  65.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  66.         public static extern bool GetScrollBarInfo(IntPtr hwnd, uint idObject, ref x40255b11ef821fa3.SCROLLBARINFO psbi);
  67.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  68.         public static extern bool GetScrollInfo(IntPtr hwnd, int fnBar, ref x40255b11ef821fa3.SCROLLINFO lpsi);
  69.         [DllImport("user32.dll", CharSet=CharSet.Auto, ExactSpelling=true)]
  70.         public static extern bool GetScrollRange(IntPtr hWnd, int nBar, ref int lpMinPos, ref int lpMaxPos);
  71.         [DllImport("user32.dll", CharSet=CharSet.Ansi, ExactSpelling=true)]
  72.         public static extern int GetSysColor(int nIndex);
  73.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  74.         public static extern bool GetTitleBarInfo(IntPtr hwnd, ref x40255b11ef821fa3.TITLEBARINFO pti);
  75.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  76.         public static extern IntPtr GetTopWindow(IntPtr hWnd);
  77.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  78.         public static extern IntPtr GetWindow(IntPtr hWnd, uint wCmd);
  79.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  80.         public static extern IntPtr GetWindowDC(IntPtr hWnd);
  81.         [DllImport("user32.dll", CharSet=CharSet.Ansi, ExactSpelling=true)]
  82.         public static extern bool GetWindowInfo(IntPtr hwnd, ref x40255b11ef821fa3.WINDOWINFO pwi);
  83.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  84.         public static extern uint GetWindowLong(IntPtr hWnd, int nIndex);
  85.         [DllImport("user32.dll", CharSet=CharSet.Ansi, ExactSpelling=true)]
  86.         public static extern int GetWindowPlacement(IntPtr hWnd, ref x40255b11ef821fa3.WINDOWPLACEMENT lpwndpl);
  87.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  88.         public static extern bool GetWindowRect(IntPtr hWnd, ref xae4dd1cafd2eb77c.RECT lpRect);
  89.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  90.         public static extern bool GetWindowRect(IntPtr hWnd, ref Rectangle lpRect);
  91.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  92.         public static extern int GetWindowRgn(IntPtr hWnd, IntPtr hRgn);
  93.         [DllImport("User32.dll", CharSet=CharSet.Ansi)]
  94.         public static extern int GetWindowText(IntPtr hWnd, StringBuilder lpString, int nMaxCount);
  95.         [DllImport("user32.dll", CharSet=CharSet.Ansi, ExactSpelling=true)]
  96.         public static extern int GetWindowTextLengthA(IntPtr hWnd);
  97.         [DllImport("user32.dll", CharSet=CharSet.Ansi, ExactSpelling=true)]
  98.         public static extern uint GetWindowThreadProcessId(IntPtr hWnd, ref uint lpdwProcessId);
  99.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  100.         public static extern bool HideCaret(IntPtr hWnd);
  101.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  102.         public static extern bool InvalidateRect(IntPtr hWnd, ref xae4dd1cafd2eb77c.RECT lpRect, bool bErase);
  103.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  104.         public static extern bool InvalidateRect(IntPtr hWnd, ref xae4dd1cafd2eb77c.RECT lpRect, int bErase);
  105.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  106.         public static extern bool IsIconic(IntPtr hWnd);
  107.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  108.         public static extern bool IsWindowVisible(IntPtr hWnd);
  109.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  110.         public static extern bool IsZoomed(IntPtr hWnd);
  111.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  112.         public static extern IntPtr LoadCursor(IntPtr hInstance, uint cursor);
  113.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  114.         public static extern int MessageBox(IntPtr hWnd, string lpText, string lpCaption, uint uType);
  115.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  116.         public static extern bool MoveWindow(IntPtr hWnd, int x, int y, int width, int height, bool repaint);
  117.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  118.         public static extern bool PeekMessage(ref x40255b11ef821fa3.MSG msg, int hWnd, uint wFilterMin, uint wFilterMax, uint wFlag);
  119.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  120.         public static extern bool PeekMessage(ref Message lpMsg, IntPtr hWnd, uint wMsgFilterMin, uint wMsgFilterMax, uint wRemoveMsg);
  121.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  122.         public static extern bool PostMessage(IntPtr hWnd, uint Msg, IntPtr wParam, IntPtr lParam);
  123.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  124.         public static extern bool PostMessage(IntPtr hWnd, uint Msg, uint wParam, uint lParam);
  125.         [DllImport("user32.dll", CharSet=CharSet.Auto, ExactSpelling=true)]
  126.         public static extern bool ReleaseCapture();
  127.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  128.         public static extern int ReleaseDC(IntPtr hWnd, IntPtr hDC);
  129.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  130.         public static extern bool ScreenToClient(IntPtr hWnd, ref x555516122dcc901e.POINT lpPoint);
  131.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  132.         public static extern bool ScreenToClient(IntPtr hWnd, ref Point lpPoint);
  133.         [DllImport("user32.dll", CharSet=CharSet.Auto, ExactSpelling=true)]
  134.         public static extern bool ScrollDC(IntPtr hDC, int dx, int dy, ref xae4dd1cafd2eb77c.RECT lprcScroll, ref xae4dd1cafd2eb77c.RECT lprcClip, IntPtr hrgnUpdate, out xae4dd1cafd2eb77c.RECT lprcUpdate);
  135.         [DllImport("user32.dll", CharSet=CharSet.Auto, ExactSpelling=true)]
  136.         public static extern bool ScrollWindow(IntPtr hWnd, int XAmount, int YAmount, IntPtr lpRect, IntPtr lpClipRect);
  137.         [DllImport("user32.dll", CharSet=CharSet.Auto, ExactSpelling=true)]
  138.         public static extern int ScrollWindowEx(IntPtr hWnd, int dx, int dy, IntPtr prcScroll, IntPtr prcClip, IntPtr hrgnUpdate, IntPtr prcUpdate, uint flags);
  139.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  140.         public static extern IntPtr SendMessage(IntPtr hWnd, uint Msg, IntPtr wParam, IntPtr lParam);
  141.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  142.         public static extern IntPtr SendMessage(IntPtr hWnd, uint Msg, uint wParam, uint lParam);
  143.         [DllImport("user32.dll", CharSet=CharSet.Ansi, ExactSpelling=true)]
  144.         public static extern IntPtr SetActiveWindow(IntPtr hWnd);
  145.         [DllImport("user32.dll", CharSet=CharSet.Auto, ExactSpelling=true)]
  146.         public static extern IntPtr SetCapture(IntPtr hWnd);
  147.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  148.         public static extern uint SetClassLong(IntPtr hWnd, int nIndex, uint dwNewLong);
  149.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  150.         public static extern IntPtr SetCursor(IntPtr hCursor);
  151.         [DllImport("user32.dll", CharSet=CharSet.Auto, ExactSpelling=true)]
  152.         public static extern int SetScrollInfo(IntPtr hwnd, int fnBar, ref x40255b11ef821fa3.SCROLLINFO lpsi, bool fRedraw);
  153.         [DllImport("user32.dll", CharSet=CharSet.Auto, ExactSpelling=true)]
  154.         public static extern int SetScrollPos(IntPtr hWnd, int nBar, int nPos, bool bRedraw);
  155.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  156.         public static extern xc405cb1a6ec3e1f6 SetWindowLong(IntPtr hWnd, int nIndex, xc405cb1a6ec3e1f6 dwNewLong);
  157.         [DllImport("User32.DLL", CharSet=CharSet.Auto)]
  158.         public static extern uint SetWindowLong(IntPtr hWnd, int nIndex, uint dwNewLong);
  159.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  160.         public static extern bool SetWindowPos(IntPtr hWnd, int hWndInsertAfter, int X, int Y, int cx, int cy, uint uFlags);
  161.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  162.         public static extern bool SetWindowPos(IntPtr hWnd, IntPtr hWndInsertAfter, int X, int Y, int cx, int cy, uint uFlags);
  163.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  164.         public static extern int SetWindowRgn(IntPtr hWnd, IntPtr hRgn, bool bRedraw);
  165.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  166.         public static extern IntPtr SetWindowsHookEx(int idHook, x6161963e817c3cff lpfn, int hMod, int dwThreadId);
  167.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  168.         public static extern IntPtr SetWindowsHookEx(int idHook, xe4ad4a23d5a4f544 lpfn, int hMod, int dwThreadId);
  169.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  170.         public static extern bool ShowCaret(IntPtr hWnd);
  171.         [DllImport("user32.dll", CharSet=CharSet.Auto, ExactSpelling=true)]
  172.         public static extern bool ShowScrollBar(IntPtr hWnd, int wBar, bool bShow);
  173.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  174.         public static extern int ShowWindow(IntPtr hWnd, short cmdShow);
  175.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  176.         public static extern bool SystemParametersInfoA(uint uiAction, uint uiParam, ref x40255b11ef821fa3.NONCLIENTMETRICS pvParam, uint fWinIni);
  177.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  178.         public static extern bool SystemParametersInfoA(uint uiAction, uint uiParam, ref int bRetValue, uint fWinINI);
  179.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  180.         public static extern bool TrackMouseEvent(ref x40255b11ef821fa3.TRACKMOUSEEVENTS tme);
  181.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  182.         public static extern bool TranslateMessage(ref x40255b11ef821fa3.MSG lpMsg);
  183.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  184.         public static extern bool UnhookWindowsHookEx(IntPtr hhk);
  185.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  186.         public static extern bool UpdateLayeredWindow(IntPtr hwnd, IntPtr hdcDst, ref x555516122dcc901e.POINT pptDst, ref x555516122dcc901e.SIZE psize, IntPtr hdcSrc, ref x555516122dcc901e.POINT pptSrc, int crKey, ref x1439a41cfa24189f.BLENDFUNCTION pblend, int dwFlags);
  187.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  188.         public static extern bool UpdateWindow(IntPtr hWnd);
  189.         [DllImport("User32.dll", CharSet=CharSet.Auto)]
  190.         public static extern bool WaitMessage();
  191.     }
  192. }