2.3.3.2 EmfPlusGetDC Record
The EmfPlusGetDC record specifies that subsequent EMF records ([MS-EMF] section 2.3) encountered in the metafile SHOULD be processed.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Type |
Flags |
||||||||||||||||||||||||||||||
Size |
|||||||||||||||||||||||||||||||
DataSize |
Type (2 bytes): An unsigned integer that identifies this record type as EmfPlusGetDC from the RecordType enumeration. The value MUST be 0x4004.
Flags (2 bytes): An unsigned integer that is not used. This field SHOULD be set to zero and MUST be ignored upon receipt.
Size (4 bytes): An unsigned integer that specifies the 32-bit-aligned size of the entire record in bytes, including the 12-byte record header and the record-specific buffer data. For this record type, the value is 0x0000000C.
DataSize (4 bytes): An unsigned integer that specifies the 32-bit-aligned number of bytes of data in the record-specific data that follows. This number does not include the size of the invariant part of this record. For this record type, the value is 0x00000000.
EMF records cease being processed when the next EMF+ record is encountered.
See section 2.3.3 for the specification of additional control record types.