CRichEditCtrl::GetPunctuation
Gets the current punctuation characters in a rich edit control.
BOOL GetPunctuation(
UINT fType,
PUNCTUATION* lpPunc
) const;
Параметры
fType
The punctuation type flag, as described in the fType parameter of EM_GETPUNCTUATION in the Windows SDK.lpPunc
A pointer to a PUNCTUATION structure, as described in the Windows SDK.
Возвращаемое значение
Nonzero if the operation succeeded, otherwise 0.
Заметки
This member function is available with only the Asian-language versions of the operating system.
Требования
Header: afxcmn.h