Searched refs:msg_command (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/user32/ |
H A D | win.c | 9015 UINT msg_quit, msg_command; member 9034 if (msg.message == p->msg_command) in set_foreground_thread() 9084 thread_params.msg_command = WM_USER + 1; in test_activateapp() 9098 PostThreadMessageA(tid, thread_params.msg_command, SET_FOREGROUND_STEAL_1, 0); in test_activateapp() 9119 PostThreadMessageA(tid, thread_params.msg_command, SET_FOREGROUND_SET_1, 0); in test_activateapp() 9136 …PostThreadMessageA(tid, thread_params.msg_command, SET_FOREGROUND_STEAL_1 | SET_FOREGROUND_SET_1, … in test_activateapp() 9154 PostThreadMessageA(tid, thread_params.msg_command, SET_FOREGROUND_STEAL_1 in test_activateapp() 9175 …PostThreadMessageA(tid, thread_params.msg_command, SET_FOREGROUND_SET_1 | SET_FOREGROUND_STEAL_2, … in test_activateapp() 9202 …PostThreadMessageA(tid, thread_params.msg_command, SET_FOREGROUND_STEAL_1 | SET_FOREGROUND_SET_2, … in test_activateapp()
|