The PUNCTUATION structure contains information about the punctuation used in a rich edit control.
typedef struct _punctuation {
UINT iSize; // size of table; see below
LPSTR szPunctuation; // punctuation; see below
} PUNCTUATION;
This structure is used only in Asian-language versions of the operating system.
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 Structures