Jump to content

USHIFTSTATE: Difference between revisions

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


=== Type ===
=== Type ===
 
  [[ULONG]] shift;
  [[OS2 API:DataType:ULONG|ULONG]] shift;
  ULONG Effective;
  [[OS2 API:DataType:ULONG|ULONG]] Effective;
  ULONG Led;
  [[OS2 API:DataType:ULONG|ULONG]] Led;


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


=== Fields ===
=== Fields ===
;shift:Actual shift and lock state.
;Effective:Effective shift and lock state.
;Led:Keyboard indicators.


shift    Actual shift and lock state.
[[Category:Data type]]
Effective Effective shift and lock state.
Led      Keyboard indicators.
 
=== Comment ===
 
 
 
[[OS2_API | Back to OS/2 API]]
 
 
[[Category:The OS/2 API Project]]

Revision as of 13:02, 17 November 2016

USHIFTSTATE

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.