Jump to content

USHIFTSTATE: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
== USHIFTSTATE ==
Unicode shift states.
Unicode shift states.


=== Type ===
== Type ==
  [[ULONG]] shift;
  [[ULONG]] shift;
  ULONG Effective;
  ULONG Effective;
  ULONG Led;
  ULONG Led;


==== C declaration method ====
=== C declaration method ===
typedef struct
typedef struct


=== Fields ===
== Fields ==
;shift:Actual shift and lock state.
;shift:Actual shift and lock state.
;Effective:Effective shift and lock state.
;Effective:Effective shift and lock state.

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.