ImmGetRegisterWordStyle

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

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.

See Also

STYLEBUF

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.