描述
The REPASTESPECIAL structure contains information identifying whether the display aspect of a pasted object should be based on the content of the object or the icon that represent the object.
C/C++ 语法
typedef struct _repastespecial { DWORD dwAspect; DWORD_PTR dwParam; } REPASTESPECIAL; |
FreeBasic Syntax
TYPE REPASTESPECIAL dwAspect AS DWORD dwParam AS DWORD_PTR END TYPE |
成员
dwAspect
Display aspect. It can be one of the following values.
DVASPECT_CONTENT
Aspect is based on the content of the object.
DVASPECT_ICON
Aspect is based on the icon view of the object.
dwParam
Aspect data. If dwAspect is DVASPECT_ICON, this member contains the handle to the metafile with the icon view of the object.
最低操作系统
Windows 95, Windows NT 4.0