Share via


ImmGetRegisterWordStyle (Compact 2013)

3/28/2014

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 Compact 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

See Also

Reference

Input Method Manager (IMM) Functions
STYLEBUF