PEObjectInfo

PEObjectInfo contains information related to the type, location, and appearance of an object.

C Syntax
typedef struct PEObjectInfo {
    WORD StructSize;
    WORD objectType;
    long xOffset;
    long yOffset;
    long width;
    long height;
    short sectionCode;
} PEObjectInfo;
Members

StructSize

Specifies the size of the PEObjectInfo structure. Initialize this member to PE_SIZEOF_OBJECT_INFO.

objectType

Specifies the object type. Use one of the PE_OI_XXX Object Type Constants.

xOffset

Specifies the X-offset of the object in the section, in twips, or PE_UNCHANGED for no change.

yOffset

Specifies the Y-offset of the object in the section, in twips, or PE_UNCHANGED for no change.

width

Specifies the width of the object, in twips, or PE_UNCHANGED for no change.

height

Specifies the height of the object, in twips, or PE_UNCHANGED for no change.

sectionCode

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