|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
ImmGetIMEFileName
[Now Supported on Windows NT]
The ImmGetIMEFileName function gets the filename of the IME associated with the specified keyboard layout.
BOOL ImmGetIMEFileName(
HKL hKL, LPTSTR lpszFileName, UINT uBufLen );
Parameters
hKL
Handle to the keyboard layout.
lpszFileName
Pointer to the buffer that receives the filename.
uBufLen
Size in bytes of the buffer. If zero, the function returns the buffer size in bytes needed to receive the filename, not including the termintaing null character.
Return Values
The return value is the number of bytes in the filename copied to the buffer, or if uBufLen is zero, the return value is the buffer size needed for the filename. In either case, the terminating null character is not included.
Remarks
In the registry, the system stores the filename as the IME name value in HKEY_LOCAL_MACHINE root under the \System\CurrentControlSet\control\keyboard layouts\hKL key.
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
ImmGetIMEFileName
[Теперь Поддерживанное на Windows NT]
Функция ImmGetIMEFileName связала filename IME определенным клавишным форматом.
BOOL ImmGetIMEFileName(
HKL hKL, LPTSTR lpszFileName, UINT uBufLen );
Параметры
hKL
Прооперируйте клавишный формат.
lpszFileName
Указатель в буфер, который получает filename.
uBufLen
Размер в байтах буфера. Если нуль, функция возвращает буферный размер в нужно байтов, чтобы получать filename, не включая termintaing недействительный символ.
Обратные Величины
Обратная величина является количеством байтов в filename скопированный в буфер, или если uBufLen - нуль, обратная величина является буферным размером необходимым для filename. В любом случае, завершающий недействительный символ не включен.
Замечания
В регистрации, система хранит filename как величину имени IME в корне HKEY_LOCAL_MACHINE под ключом \System\CurrentControlSet\control\keyboard layouts\hKL.
|
|
|
|
| |