Struttura PUNCTUATION (richedit.h)

Contiene informazioni sulla punteggiatura utilizzata in un controllo di modifica rtf.

Sintassi

typedef struct _punctuation {
  UINT  iSize;
  LPSTR szPunctuation;
} PUNCTUATION;

Membri

iSize

Tipo: UINT

Dimensione del buffer a cui punta il membro szPunctuation, in byte.

szPunctuation

Tipo: LPSTR

Buffer contenente i caratteri di punteggiatura.

Osservazioni

Questa struttura viene utilizzata solo nelle versioni asiatiche del sistema operativo.

Fabbisogno

Requisito Valore
client minimo supportato Windows Vista [solo app desktop]
server minimo supportato Windows Server 2003 [solo app desktop]
intestazione richedit.h

Vedere anche

EM_GETPUNCTUATION

EM_SETPUNCTUATION

riferimento