PTRLOC: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
Mouse pointer position. | Mouse pointer position. | ||
=== Type === | === Type === | ||
[[ULONG]] row | |||
ULONG col | |||
=== C Declaration Method === | |||
typedef struct | typedef struct | ||
=== Fields === | === Fields === | ||
;row:Pointer to the row screen position. | |||
:The current pointer row coordinate (pels or characters). | |||
;col:Pointer to the column screen position. | |||
:The current pointer column coordinate (pels or characters). | |||
[[Category:Data type]] | |||
[[Category: |
Revision as of 12:59, 17 November 2016
Mouse pointer position.
Type
ULONG row ULONG col
C Declaration Method
typedef struct
Fields
- row
- Pointer to the row screen position.
- The current pointer row coordinate (pels or characters).
- col
- Pointer to the column screen position.
- The current pointer column coordinate (pels or characters).