struct {
DWORD rdSize;
WORD rdFunction;
WORD rdParm[];
}
rdSize
Specifies the record size, in words.
rdFunction
Specifies the GDI function number 0x0521.
rdParm
Contains the following elements:
Element | Description |
count | Length of the string |
string | Actual string |
y-value | Logical y-coordinate of the starting point for the string |
x-value | Logical x-coordinate of the starting point for the string |