EM_GETPUNCTUATION message

Gets the current punctuation characters for the rich edit control.

Note

This message is supported only in Asian-language versions of Microsoft Rich Edit 1.0. It is not supported in any later versions of Rich Edit.

Parameters

wParam

The punctuation type can be one of the following values.

Value Meaning
PC_LEADING
Leading punctuation characters
PC_FOLLOWING
Following punctuation characters
PC_DELIMITER
Delimiter
PC_OVERFLOW
Not supported

lParam

Pointer to a PUNCTUATION structure that receives the punctuation characters.

Return value

If the operation succeeds, the return value is a nonzero value.

If the operation fails, the return value is zero.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Richedit.h

See also

Reference

EM_SETPUNCTUATION

PUNCTUATION