|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| No
| Import Library
| -
| Header File
| wingdi.h
| Unicode
| No
| Platform Notes
| None
|
|
|
EMRFORMAT
The EMRFORMAT structure contains information that identifies graphics data in an enhanced
metafile. A GDICOMMENT_MULTIFORMATS enhanced metafile public comment contains an
array of EMRFORMAT structures.
typedef struct tagEMRFORMAT {
DWORD dSignature;
DWORD nVersion;
DWORD cbData;
DWORD offData;
} EMRFORMAT;
Members
dSignature
Contains a picture format identifier. The following identifier values are
defined:
Identifier
| Meaning
| ENHMETA_SIGNATURE
| The picture is in enhanced metafile format.
| 0x46535045
| The picture is in encapsulated PostScript file format.
|
nVersion
Contains a picture version number. The following version number value is
defined:
Version
| Meaning
| -
| This is the version number of a level 1 encapsulated PostScript file.
|
cbData
Specifies the size, in bytes, of the picture data.
offData
Specifies an offset to the picture data. The offset is figured from the start
of the GDICOMMENT_MULTIFORMATS public comment within which this EMRFORMAT structure is embedded. The offset must be a DWORD offset.
Remarks
GdiComment discusses enhanced metafile public comments in general, and the
GDICOMMENT_MULTIFORMATS public comment in particular.
See Also
GdiComment
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
|