ImmRegisterWord

This function registers a string into the dictionary of the IME associated with the specified keyboard layout.

BOOL ImmRegisterWord( 
HKL hKL, 
LPCTSR lpszReading, 
DWORD dwStyle, 
LPCTSTR lpszRegister);

Parameters

  • hKL
    [in] Ignored; set to NULL. Windows CE does not support true keyboard layouts.
  • lpszReading
    [in] Long pointer to a null-terminated string specifying the reading string associated with the string to register.
  • dwStyle
    [in] Specifies the style of the register string. This parameter can be IME_REGWORD_STYLE_EUDC to indicate the string is in the EUDC range, or any value in the reserved range IME_REGWORD_STYLE_USER_FIRST to IME_REGWORD_STYLE_USER_LAST to indicate a private style maintained by the specified IME.
  • lpszRegister
    [in] Long pointer to a null-terminated string specifying the string to register.

Return Values

Nonzero indicates success. Zero indicates failure.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 2.10 and later Imm.h   Coreimm.lib

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.