ImmGetRegisterWordStyle (Windows CE 5.0)

Send Feedback

This function gets a list of the styles support by the IME associated with the specified keyboard layout.

UINT ImmGetRegisterWordStyle( HKL hKL,UINT nItem,LPSTYLEBUF lpStyleBuf);

Parameters

  • hKL
    [in] Ignored; set to NULL. Windows CE does not support true keyboard layouts.
  • nItem
    [out] Maximum number of styles that the buffer can hold.
  • lpStyleBuf
    [in] Long pointer to the STYLEBUF structure that receives the style information.

Return Values

The number of layout handles copied to the buffer, or, if nItems is zero, the buffer size in array elements needed to receive all available style information indicates success.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Imm.h.
Link Library: Coreimm.lib.

See Also

STYLEBUF

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.