Searched refs:GetWindowThreadProcessId (Results 1 – 2 of 2) sorted by relevance
3813 WINUSERAPI DWORD WINAPI GetWindowThreadProcessId(HWND hWnd,LPDWORD lpdwProcessId);3816 #define GetWindowTask(hWnd) ((HANDLE)(DWORD_PTR)GetWindowThreadProcessId(hWnd,NULL))
4091 func GetWindowThreadProcessId(hwnd HWND, pid *uint32) (tid uint32, err error) { func