Searched refs:WM_WM_QUIT (Results 1 – 4 of 4) sorted by relevance
47 #define WM_WM_QUIT (WM_USER + 2) macro
503 SendMessage(g_hwndClipboard, WM_WM_QUIT, 0, 0); in winClipboardWindowDestroy()
172 case WM_WM_QUIT: in winClipboardWindowProc()
39531 2/ Send a special WM_WM_QUIT message in winClipboardWindowDestroy() from the X39534 3/ When processing that WM_WM_QUIT message in the clipboard thread, cause the