예제 #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);