示例#1
0
 public static extern IntPtr GetProcAddress(SafeModuleHandle hmod, String name);
示例#2
0
文件: Kernel32.cs 项目: caoxk/coapp
 [DllImport("kernel32.dll")] //, CharSet=CharSet.Unicode
 public static extern IntPtr GetProcAddress(SafeModuleHandle hmod, String name);