The IMN_CLOSECANDIDATE message is sent to the application when an IME is about to close the candidate window. An application should process this message if it displays candidates itself. The application receives this notification message through the WM_IME_NOTIFY message.
fCandidate = (DWORD) lParam;
No return value.
By default, the IME window destroys a candidate window when it processes this message.