|
Format Identifier/Offset Pair
The second part of the property set stream contains one Format Identifier
(FMTID)/Offset Pair. The FMTID is the name of the property set; it uniquely
identifies how to interpret the contents of the following section. The Offset is the
distance of bytes from the start of the whole stream to where the section begins.
The following structure is helpful in dealing with Format Identifier/Offset
Pairs:
typedef struct tagFORMATIDOFFSET
{
FMTID fmtid ; // The name of the section.
DWORD dwOffset ; // The offset for the section
} FORMATIDOFFSET;
Related LinksSoftware 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 Programmer's Reference (win32.hlp) Win32 Multimedia Programmer's Reference (mmedia.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 (sock2.hlp) Unix Manual Pages
|