Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
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