Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains information about the punctuation used in a rich edit control.
Syntax
typedef struct _punctuation {
UINT iSize;
LPSTR szPunctuation;
} PUNCTUATION;
Members
iSize
Type: UINT
Size of buffer pointed to by the szPunctuation member, in bytes.
szPunctuation
Type: LPSTR
The buffer containing the punctuation characters.
Remarks
This structure is used only in Asian-language versions of the operating system.
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