Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Syntax
typedef struct _repastespecial {
DWORD dwAspect;
DWORD_PTR dwParam;
} REPASTESPECIAL;
Members
dwAspect
Type: DWORD
Display aspect. It can be one of the following values.
Value | Meaning |
---|---|
|
Aspect is based on the content of the object. |
|
Aspect is based on the icon view of the object. |
dwParam
Type: DWORD_PTR
Type: DWORD
Aspect data. If dwAspect is DVASPECT_ICON, this member contains the handle to the metafile with the icon view of the object.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | richedit.h |