USHIFTSTATE: Difference between revisions
Appearance
USHIFTSTATE |
mNo edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Unicode shift states. | Unicode shift states. | ||
== Type == | |||
[[ULONG]] shift; | |||
[[ | ULONG Effective; | ||
ULONG Led; | |||
=== C declaration method === | |||
typedef struct | typedef struct | ||
== Fields == | |||
;shift:Actual shift and lock state. | |||
;Effective:Effective shift and lock state. | |||
;Led:Keyboard indicators. | |||
[[Category:Data type]] |
Latest revision as of 01:34, 21 February 2020
Unicode shift states.
Type
ULONG shift; ULONG Effective; ULONG Led;
C declaration method
typedef struct
Fields
- shift
- Actual shift and lock state.
- Effective
- Effective shift and lock state.
- Led
- Keyboard indicators.