Share via


Edit_SetSymbols

Send Feedback

This function sets the symbols that are displayed when the user presses the 1 key in Multipress mode in the specified window.

BOOL Edit_SetSymbols(
  HWND hwndCtl,
  LPCTSTR pszSymbols
);

Parameters

  • hwndCtl
    The window for which the symbols are set.
  • pszSymbols
    Reference to a null-terminated string that contains the symbols for which the window is set. If the string is NULL, the standard set of symbols is used.

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.