Share via


ImmGetRegisterWordStyle (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

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

Parameters

  • hKL
    [in] Ignored; set to NULL. Windows Embedded 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 Value

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

Header imm.h
Library Coreimm.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

STYLEBUF

Other Resources

Input Method Manager (IMM) Functions