|
БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
IMN_CHANGECANDIDATE
The IMN_CHANGECANDIDATE message is sent to the application when an IME is about to change the content of the candidate window. An application should process this notification message if it displays candidates itself. The application receives this notification message through the WM_IME_NOTIFY message.
fCandidates = (DWORD) lParam;
Parameters
fCandidates
Candidate lists flag. Each bit corresponds to a candidate list: bit 0 to the first list, bit 1 to the second, and so on. If a specified bit is 1, the corresponding candidate window is about to be changed.
Return Values
No return value.
Remarks
The IME window changes the appearance of the candidate window when it processes this message. An application can get information about the system window with the ImmGetCandidateListCount and ImmGetCandidateList functions.
See Also
ImmGetCandidateList, ImmGetCandidateListCount, WM_IME_NOTIFY
|
Пригласи друзей и счет твоего мобильника всегда будет положительным! |
|
Пригласи друзей и счет твоего мобильника всегда будет положительным! |
IMN_CHANGECANDIDATE
Сообщение IMN_CHANGECANDIDATE послано в приложение когда IME собирается изменять содержимое возможного окна. Приложение должно обрабатывать это сообщение уведомления если оно отображает самих кандидатов. Приложение получает это сообщение уведомления через сообщение WM_IME_NOTIFY.
fCandidates = (DWORD) lParam;
Параметры
fCandidates
Кандидат включает флаг. Каждый бит переписывается в возможный список: бит 0 в первый список, бит 1 на второй, и так далее. Если определенный бит - 1, соответствующее возможное окно собирается быть измениться.
Обратные Величины
Никакая обратная величина.
Замечания
Окно IME изменяет появление возможного окна когда оно обрабатывает это сообщение. Приложение может получить информацию о системном окне с ImmGetCandidateListCount и функциями ImmGetCandidateList.
Смотри Также
ImmGetCandidateList, ImmGetCandidateListCount, WM_IME_NOTIFY
|
|
|
|