2.3.3.4.1 EMR_COMMENT_BEGINGROUP Record
The EMR_COMMENT_BEGINGROUP record specifies the beginning of a group of drawing records.
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 |
|||||||||||||||||||||||||||||||
Rectangle |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
nDescription |
|||||||||||||||||||||||||||||||
Description (variable, optional) |
|||||||||||||||||||||||||||||||
... |
PublicCommentIdentifier (4 bytes): An unsigned integer that identifies the type of public comment record as EMR_COMMENT_BEGINGROUP from the EmrComment enumeration (section 2.1.10). This value is 0x00000002.
Rectangle (16 bytes): A RectL object ([MS-WMF] section 2.2.2.19) that specifies the output rectangle in logical coordinates.
nDescription (4 bytes): The number of Unicode characters in the optional description string that follows.
Description (variable, optional): A null-terminated Unicode string that describes this group of records.
This record MUST be followed by a corresponding EMR_COMMENT_ENDGROUP record (section 2.3.3.4.2). These record groups can be nested.
See section 2.3.3.4 for more public comment record types.