Searched refs:WM_USER_USER_EVENT_AVAILABLE (Results 1 – 1 of 1) sorted by relevance
176 const WM_USER_USER_EVENT_AVAILABLE: UINT = WM_USER; constant245 WM_USER_USER_EVENT_AVAILABLE => { in handle_window_message()609 if unsafe { PostMessageW(self.hwnd, WM_USER_USER_EVENT_AVAILABLE, 0, 0) } == 0 { in send_event()