Share via


Edit_SetInputMode

Send Feedback

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

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 Values

Returns non-zero if successful.

Requirements

Smartphone: Smartphone 2002 and later.
OS Versions: Windows CE 3.0 and later.
Header: windowsm.h

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.