次の方法で共有


2.3.9.1 EMR_GLSBOUNDEDRECORD Record

The EMR_GLSBOUNDEDRECORD record specifies an OpenGL function with a bounding rectangle for output.

Fields not specified in this section are specified in section 2.3.1.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

Type

Size

Bounds

...

...

...

cbData

Data (variable, optional)

...

Type (4 bytes): An unsigned integer that identifies this record type as EMR_GLSBOUNDEDRECORD. This value is 0x00000067.

Bounds (16 bytes): A RectL object ([MS-WMF] section 2.2.2.19) that defines a bounding rectangle in logical units, for output produced by executing the OpenGL function.

cbData (4 bytes): An unsigned integer that specifies the size of the Data field in bytes. If this value is zero, no data is attached to this record.

Data (variable, optional): An array of bytes that specifies data for the OpenGL function.

See section 2.3.9 for more OpenGL record types.