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;
Identifier |
Meaning |
ENHMETA_SIGNATURE |
The picture is in enhanced metafile format. |
0x46535045 |
The picture is in encapsulated PostScript file format. |
Version |
Meaning |
1 |
This is the version number of a level 1 encapsulated PostScript file. |
GdiComment discusses enhanced metafile public comments in general, and the GDICOMMENT_MULTIFORMATS public comment in particular.
file: /Techref/os/win/api/win32/struc/src/str05_8.htm, 2KB, , updated: 2000/4/7 11:20, local time: 2024/11/10 05:37,
18.119.125.91:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/Techref/os/win/api/win32/struc/src/str05_8.htm"> EMRFORMAT</A> |
Did you find what you needed? |