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;
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. |
IOleClientSite, IOleObject, IRichEditOle::GetClientSite, IStorage
Comments:
file: /Techref/os/win/api/win32/struc/src/str15_24.htm, 6KB, , updated: 2007/5/20 20:13, local time: 2024/11/7 23:36,
3.144.102.156:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/Techref/os/win/api/win32/struc/src/str15_24.htm"> REOBJECT</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.