|
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.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|