PEObjectInfo contains information related to the type, location, and appearance of an object.
typedef struct PEObjectInfo {
WORD StructSize;
WORD objectType;
long xOffset;
long yOffset;
long width;
long height;
short sectionCode;
} PEObjectInfo;
Specifies the size of the PEObjectInfo structure. Initialize this member to PE_SIZEOF_OBJECT_INFO. | |
Specifies the object type. Use one of the PE_OI_XXX Object Type Constants. | |
Specifies the X | |
Specifies the Y | |
Specifies the width of the object, in twips, or PE_UNCHANGED for no change. | |
Specifies the height of the object, in twips, or PE_UNCHANGED for no change. | |
Specify the section code for the section containing the object, or PE_UNCHANGED for no change from the current section. |
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |