2.3.3.4.4 EMR_COMMENT_WINDOWS_METAFILE Record
The EMR_COMMENT_WINDOWS_METAFILE record specifies an image in an embedded WMF metafile.
Fields not specified in this section are specified in section 2.3.3 or 2.3.3.4.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Type |
|||||||||||||||||||||||||||||||
Size |
|||||||||||||||||||||||||||||||
DataSize |
|||||||||||||||||||||||||||||||
CommentIdentifier |
|||||||||||||||||||||||||||||||
PublicCommentIdentifier |
|||||||||||||||||||||||||||||||
Version |
Reserved |
||||||||||||||||||||||||||||||
Checksum |
|||||||||||||||||||||||||||||||
Flags |
|||||||||||||||||||||||||||||||
WinMetafileSize |
|||||||||||||||||||||||||||||||
WinMetafile (variable) |
|||||||||||||||||||||||||||||||
... |
PublicCommentIdentifier (4 bytes): An unsigned integer that identifies the type of public comment record as EMR_COMMENT_WINDOWS_METAFILE from the EmrComment enumeration (section 2.1.10). This value is 0x80000001.
Version (2 bytes): An unsigned integer that specifies the WMF metafile version in terms of support for DIBs, from the MetafileVersion enumeration ([MS-WMF] section 2.1.1.19).
Reserved (2 bytes): A value that MUST be 0x0000 and MUST be ignored.
Checksum (4 bytes): An unsigned integer that specifies the checksum for this record.
Flags (4 bytes): A value that MUST be 0x00000000 and MUST be ignored.
WinMetafileSize (4 bytes): An unsigned integer that specifies the size in bytes, of the WinMetafile field.
WinMetafile (variable): A buffer that contains the WMF metafile.
See section 2.3.3.4 for more public comment record types.