Poznámka
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete sa skúsiť prihlásiť alebo zmeniť adresáre.
Na prístup k tejto stránke sa vyžaduje oprávnenie. Môžete skúsiť zmeniť adresáre.
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