Contents Index Topic Contents | ||
Previous Topic: SOEMBEDDEDGRAPHIC Next Topic: SOEMBEDINFO |
SOEMBEDDEDOBJECT
Contains information about an embedded object.
Syntax
typedef struct SOEMBEDDEDOBJECTtag { WORD wStructSize; WORD wObjectType; char szFile[144]; WORD wFIType; DWORD dwFileOffset; SOEMBEDINFO Info; } SOEMBEDDEDOBJECT, VWPTR * PSOEMBEDDEDOBJECT;Members
- wStructSize
- Size, in bytes, of the structure.
- wObjectType
- Type of object. This member can be the SOEMBED_GRAPHIC or SO_UNKNOWN value.
- szFile
- Null-terminated string specifying the path and file name of the file that contains the object. If the object is in the current file, this member is NULL.
- wFIType
- Identifier for the 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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.