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

.net编程

开发平台:

C#

  1. namespace Sunisoft.IrisSkin
  2. {
  3.     using System;
  4.     using System.Runtime.InteropServices;
  5.     internal class xf60be4f8d2d59066
  6.     {
  7.         [DllImport("kernel32.DLL", CharSet=CharSet.Auto)]
  8.         public static extern bool FreeLibrary(int hModule);
  9.         [DllImport("kernel32.DLL", CharSet=CharSet.Auto)]
  10.         public static extern IntPtr GetCurrentThread();
  11.         [DllImport("kernel32.DLL", CharSet=CharSet.Auto)]
  12.         public static extern uint GetCurrentThreadId();
  13.         [DllImport("kernel32.DLL", CharSet=CharSet.Auto)]
  14.         public static extern int GetLastError();
  15.         [DllImport("kernel32.DLL", CharSet=CharSet.Auto)]
  16.         public static extern int LoadLibrary(string lpFileName);
  17.     }
  18. }