หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Specifies the clipboard format. This structure included with the EN_CLIPFORMAT notification.
Syntax
typedef struct _clipboardformat {
NMHDR nmhdr;
CLIPFORMAT cf;
} CLIPBOARDFORMAT;
Members
nmhdr
Type: NMHDR
Structure that contains information about this notification message.
cf
Type: DWORD
A clipboard format registered by a call to the RegisterClipboardFormat function.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps only] |
| Minimum supported server | Windows Server 2012 [desktop apps only] |
| Header | richedit.h |