Поделиться через


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

См. также

Основные понятия

CRichEditCtrl Class

CRichEditCtrl Members

Hierarchy Chart

CRichEditCtrl::SetPunctuation