|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| Yes
| Import Library
| -
| Header File
| richole.h
| Unicode
| No
| Platform Notes
| None
|
|
|
REOBJECT
The REOBJECT structure contains information about an object.
typedef struct _reobject {
DWORD cbStruct; // size of structure in bytes
LONG cp; // character position of object
CLSID clsid; // class identifier of object
LPOLEOBJECT poleobj; // OLE object interface
LPSTORAGE pstg; // associated storage interface
LPOLECLIENTSITE polesite; // associated client site interface
SIZEL sizel; // size of object (may be 0,0)
DWORD dvaspect; // display aspect to use
DWORD dwFlags; // object status flags
DWORD dwUser; // user-defined value
} REOBJECT;
Members
cbStruct
Size, in bytes, of this structure.
cp
Character position of the object.
clsid
Class identifier of the object.
poleobj
Points to an instance of the IOleObject interface for the object.
pstg
Points to an instance of the IStorage interface. This is the storage object associated with the object.
polesite
Points to an instance of the IOleClientSite interface. This is the object's client site in the rich edit control. This
address must have been obtained from the IRichEditOle::GetClientSite method.
sizel
SIZEL structure specifying the size of the object. A 0,0 on insert indicates that
an object is free to determine its size until the modify flag is turned off.
dvAspect
Display aspect to use.
dwFlags
Object status flags. Can be a combination of the following values:
Value
| Meaning
| REO_BELOWBASELINE
| Object sits below the baseline of the surrounding text; the default is to sit
on the baseline.
| REO_BLANK
| Object is brand new. This gives the object an opportunity to save nothing and
be deleted from the control automatically.
| REO_DONTUSEPALETTE
| Prevents creation and realization of a half-tone palette before rendering the
object. Applies to 32-bit platforms only.
| REO_DYNAMICSIZE
| Object always determines its extents and may change despite the modify flag
being turned off.
| REO_GETMETAFILE
| The rich edit control retrieved the metafile from the object to correctly
determine the object's extents. This flag can be read but not set.
| REO_HILITED
| Object is currently highlighted to indicate selection. Occurs when focus is in
the control and REO_SELECTED is set. This flag can be read but not set.
| REO_INPLACEACTIVE
| Object is currently in place active. This flag can be read but not set.
| REO_INVERTEDSELECT
| Object is to be drawn entirely inverted when selected; the default is to be
drawn with a border.
| REO_LINK
| Object is a link. This flag can be read but not set.
| REO_LINKAVAILABLE
| Object is a link and is believed to be available. This flag can be read but
not set.
| REO_OPEN
| Object is currently open in its server. This flag can be read but not set.
| REO_RESIZABLE
| Object may be resized.
| REO_SELECTED
| Object is currently selected in the rich edit control. This flag can be read
but not set.
| REO_STATIC
| Object is a static object. This flag can be read but not set.
|
dwUser
Reserved for user-defined values.
See Also
IOleClientSite, IOleObject, IRichEditOle::GetClientSite, IStorage
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|