SOEMBEDDEDOBJECT

Contains information about an embedded object.

typedef struct SOEMBEDDEDOBJECTtag { 

    WORD wStructSize;   // see below

    WORD wObjectType;   // see below

    char szFile[144];   // see below

    WORD wFIType;       // see below

    DWORD dwFileOffset; // see below

    SOEMBEDINFO Info;   // see below

} SOEMBEDDEDOBJECT, VWPTR * PSOEMBEDDEDOBJECT;

 

Members

wStructSize

Size, in bytes, of the structure.

wObjectType

Type of object type. This member can be the SOEMBED_GRAPHIC or SO_UNKNOWN value.

szFile

Null-terminated string specifying the path and filename of the file that contains the object. If the object is in the current file, this member is NULL.

wFIType

File identifier for object s file. If the object type is the SO_UNKNOWN value, this member is zero.

dwFileOffset

Offset, in bytes, to the embedded object from the start of the given file.

Info

Union containing object-specific information.