REPASTESPECIAL
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.
typedef struct _repastespecial {
DWORD
dwAspect; // display aspect for
object
DWORD
dwParam; // aspect data
} REPASTESPECIAL;
Members
dwAspect
Display
aspect. Can be DVASPECT_CONTENT if the aspect of the pasted object is based on
the content of the object, or DVASPECT_ICON if the 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.