Gets the current punctuation characters for the rich edit control. This message is available only in Asian-language versions of the operating system.
EM_GETPUNCTUATION
wParam = (WPARAM) (UINT) fType;
lParam = (LPARAM) (PUNCTUATION FAR *) punctTable;
Value | Meaning |
---|---|
PC_LEADING | Leading punctuation characters |
PC_FOLLOWING | Following punctuation characters |
PC_DELIMITER | Delimiter |
The PC_OVERFLOW value is not supported.
Returns nonzero if successful; zero otherwise.
Windows NT: Requires version 3.51 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in richedit.h.
Rich Edit Controls Overview, Rich Edit Messages, PUNCTUATION