ENSAVECLIPBOARD

Contains information about objects and text on the clipboard.

typedef struct {
    NMHDR nmhdr;        
    LONG cObjectCount;  
    LONG cch;           
} ENSAVECLIPBOARD;
 

Members

nmhdr
Notification header.
cObjectCount
Number of objects on the clipboard.
cch
Number of characters on the clipboard.

QuickInfo

  Windows NT: Requires version 3.51 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in richedit.h.

See Also

Rich Edit Controls Overview, Rich Edit Structures