|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| No
| Import Library
| -
| Header File
| richedit.h
| Unicode
| No
| Platform Notes
| None
|
|
|
EM_SETPUNCTUATION
Sets the punctuation characters for a rich edit control. This message is
available only in Asian-language versions of the operating system.
EM_SETPUNCTUATION
wParam = (WPARAM) (UINT) fType;
lParam = (LPARAM) (PUNCTUATION FAR *) punctTable;
Parameters
fType
Punctuation type flag. Can be one of the following values:
Value
| Meaning
| PC_LEADING
| Leading punctuation characters.
| PC_FOLLOWING
| Following punctuation characters.
| PC_DELIMITER
| Delimiter.
|
The PC_OVERFLOW value is not supported.
punctTable
Address of a PUNCTUATION structure that contains the punctuation characters.
Return Values
Returns nonzero if successful; zero otherwise.
See Also
PUNCTUATION
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|