Searched refs:hwnd (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/ada/
H A Dterminals.c777 HWND hwnd; member in struct:_child_process
815 find_child_console (HWND hwnd, child_process * cp) argument
820 thread_id = GetWindowThreadProcessId (hwnd, &process_id);
825 GetClassName (hwnd, window_class, sizeof (window_class));
831 cp->hwnd = hwnd;
875 if (cp.hwnd)
901 child_thread = GetWindowThreadProcessId (cp.hwnd, NULL);
908 if (SetForegroundWindow (cp.hwnd))

Completed in 43 milliseconds