Condividi tramite


Struttura CLIPBOARDFORMAT (richedit.h)

Specifica il formato degli Appunti. Questa struttura è inclusa nella notifica di EN_CLIPFORMAT .

Sintassi

typedef struct _clipboardformat {
  NMHDR      nmhdr;
  CLIPFORMAT cf;
} CLIPBOARDFORMAT;

Members

nmhdr

Tipo: NMHDR

Struttura che contiene informazioni su questo messaggio di notifica.

cf

Tipo: DWORD

Formato degli Appunti registrato da una chiamata alla funzione RegisterClipboardFormat .

Requisiti

Requisito Valore
Client minimo supportato Windows 8 [solo app desktop]
Server minimo supportato Windows Server 2012 [solo app desktop]
Intestazione richedit.h

Vedi anche

EN_CLIPFORMAT