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.