描述
The PUNCTUATION structure contains information about the punctuation used in a rich edit control.
C/C++ 语法
typedef struct _punctuation { UINT iSize; LPSTR szPunctuation; } PUNCTUATION; |
FreeBasic Syntax
TYPE PUNCTUATION iSize AS DWORD szPunctuation AS LPSTR END TYPE |
成员
iSize
Size of buffer pointed to by the szPunctuation member, in bytes.
szPunctuation
Pointer to the buffer containing the punctuation characters.
备注
This structure is used only in Asian-language versions of the operating system.
最低操作系统
Windows 95 (Asian version), Windows NT 4.0 (Asian version).