Ejemplo n.º 1
0
 public static IntPtr GetParent(IntPtr hWnd)
 {
     return(Api_User32.GetParent(hWnd));
 }