|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
ImmEnumRegisterWord
[Now Supported on Windows NT]
The ImmEnumRegisterWord function enumerates the register strings having the specified reading string, style, and register string.
UINT ImmEnumRegisterWord(
HKL hKL, REGISTERWORDENUMPROC lpfnEnumProc, LPCTSTR lpszReading, DWORD dwStyle, LPCTSTR lpszRegister, LPVOID lpData );
Parameters
hKL
Handle to the keyboard layout.
lpfnEnumProc
Pointer to the callback function. For more information, see EnumRegisterWordProc.
lpszReading
Pointer to the reading string to be enumerated. If NULL, this function enumerates all available reading strings that match with the specified dwStyle and lpszRegister.
dwStyle
Style to be enumerate. If zero, this function enumerates all available styles that match with the specified lpszReading and lpszRegister.
lpszRegister
Pointer to the register string to enumerate. If NULL, this function enumerates all register strings that match with the specified lpszReading and dwStyle.
lpData
Application-supplied data. The function passes this parameter to the callback function.
Return Values
Returns the last value return by the callback function. Its meaning is defined by the application. The function returns zero if it cannot enumerate the register strings.
Remarks
If dwStyle is zero and both lpszReading and lpszRegister are NULL, the ImmEnumRegisterWord function enumerates all register strings in the IME dictionary.
See Also
EnumRegisterWordProc
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
ImmEnumRegisterWord
[Теперь Поддерживанное на Windows NT]
Функция ImmEnumRegisterWord перечисляет строки регистра, имеющие определенное чтение строки, стиля, и строка регистра.
UINT ImmEnumRegisterWord(
HKL hKL, REGISTERWORDENUMPROC lpfnEnumProc, LPCTSTR lpszReading, DWORD dwStyle, LPCTSTR lpszRegister, LPVOID lpData );
Параметры
hKL
Прооперируйте клавишный формат.
lpfnEnumProc
Указатель в функцию возврата. Более подробно, смотри EnumRegisterWordProc.
lpszReading
Указатель на чтение строки, чтобы быть перечисленн. Если НЕДЕЙСТВИТЕЛЬНО, эта функция перечисляет все доступное чтение строк, которое сочетается с определенным dwStyle и lpszRegister.
dwStyle
Стиль, чтобы быть перечисляться. Если нуль, эта функция перечисляет все доступные стили, которые сочетаются с определенным lpszReading и lpszRegister.
lpszRegister
Указатель в строку регистра, чтобы перечисляться. Если НЕДЕЙСТВИТЕЛЬНО, эта функция перечисляет все строки регистра, которые сочетаются с определенным lpszReading и dwStyle.
lpData
Поставленные данные Приложения. Функция передает этот параметр в функцию возврата.
Обратные Величины
Возвращает последний возврат величины функцией возврата. Намереваться быть определен приложением. Функция возвращает нуль если она не может перечислить строки регистра.
Замечания
Если dwStyle - нуль и как lpszReading так и lpszRegister НЕДЕЙСТВИТЕЛЬНЫ, функция ImmEnumRegisterWord перечисляет все строки регистра в словаре IME.
Смотри Также
EnumRegisterWordProc
|
|
|
|
| |