|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| No
| Import Library
| -
| Header File
| richedit.h
| Unicode
| No
| Platform Notes
| None
|
|
|
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.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|