示例#1
0
文件: User32API.cs 项目: burstas/rmps
 public static extern IntPtr GetWindow(IntPtr hWnd, GetWindowCmd uCmd);
示例#2
0
 public static extern IntPtr GetWindow(IntPtr hWnd, GetWindowCmd uCmd);
示例#3
0
 private static extern IntPtr GetWindow(IntPtr hWnd, GetWindowCmd uCmd);
 extern public static IntPtr GetWindow(IntPtr hWnd, GetWindowCmd cmd);
示例#5
0
 extern internal static IntPtr GetWindow(IntPtr hWnd, GetWindowCmd uCmd);
示例#6
0
 public IntPtr GetWindow(IntPtr hWnd, GetWindowCmd uCmd)
 {
     return StaticPInvoke.GetWindow(hWnd, uCmd);
 }