ENSAVECLIPBOARD structure (richedit.h)
Contains information about objects and text on the clipboard.
Syntax
typedef struct _ensaveclipboard {
NMHDR nmhdr;
LONG cObjectCount;
LONG cch;
} ENSAVECLIPBOARD;
Members
nmhdr
Type: NMHDR
NMHDR notification header.
cObjectCount
Type: LONG
Number of objects on the clipboard.
cch
Type: LONG
Number of characters on the clipboard.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | richedit.h |