Edit_SetInputMode

4/8/2010

This function sets the default input mode when the window gets focus.

Syntax

BOOL Edit_SetInputMode(
  HWND hwndCtl,
  int nInputMode,
);

Parameters

  • hwndCtl
    The window for which the input mode will be set.
  • nInputMode
    The input mode to which the window will be set. The possible values for this parameter are the values that are returned from Edit_GetInputMode.

Return Value

Returns non-zero if successful.

Requirements

Header windowsm.h
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Smartphone 2002 and later

See Also

Reference

Shell Functions
Edit_GetInputMode