描述
The ENSAVECLIPBOARD structure contains information about objects and text on the clipboard.
C/C++ 语法
typedef struct { NMHDR nmhdr; LONG cObjectCount; LONG cch; } ENSAVECLIPBOARD; |
FreeBasic Syntax
TYPE ENSAVECLIPBOARD nmhdr AS NMHDR cObjectCount AS LONG cch AS LONG END TYPE |
成员
nmhdr
An NMHDR structure. The code member of this structure identifies the notification message being sent.
cObjectCount
Number of objects on the clipboard.
cch
Number of characters on the clipboard.
最低操作系统
Windows 95, Windows NT 4.0.