Edit_SetSymbols

4/8/2010

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

Syntax

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