COORD STRUCT
(MS-Windows)
Defines the coordinates of a character element in
a console screen buffer.
Origin (0,0) is at the upper left corner.
COORD STRUCT
X WORD ?
Y WORD ?
COORD ENDS
|
| Member | Win Type | MASM Type | Description |
|---|---|---|---|
| X | SHORT | WORD | Column number. |
| Y | SHORT | WORD | Row (line) number. |
| Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |