SMALL_RECT STRUCT
(MS-Windows)
Identifies a rectangular area in screen
coordinates.
SMALL_RECT STRUCT Left WORD ? ;left-most column Top WORD ? ;upper-most row Right WORD ? ;right-most column Bottom WORD ? ;lowest row SMALL_RECT ENDS |
| Member | Win Type | MASM Type | Description |
|---|---|---|---|
| Left | SHORT | WORD | X coordinate of upper left corner. |
| Top | SHORT | WORD | Y coordinate of upper left corner. |
| Right | SHORT | WORD | X coordinate of lower right corner. |
| Bottom | SHORT | WORD | Y coordinate of lower right corner. |
| Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |