示例#1
0
 static extern IntPtr GetWindow(IntPtr hwnd, GetWindowFlag wFlag);
示例#2
0
 public static IntPtr GetWindow(IntPtr hwnd, GetWindowFlag cmd)
 {
     return(User32Methods.GetWindow(hwnd, (uint)cmd));
 }