ReactOS 0.4.15-dev-7934-g1dc8d80
_HIDP_KEYBOARD_MODIFIER_STATE Struct Reference

#include <hidpi.h>

Collaboration diagram for _HIDP_KEYBOARD_MODIFIER_STATE:

Public Attributes

union {
   struct {
      ULONG   LeftControl: 1
 
      ULONG   LeftShift: 1
 
      ULONG   LeftAlt: 1
 
      ULONG   LeftGUI: 1
 
      ULONG   RightControl: 1
 
      ULONG   RightShift: 1
 
      ULONG   RightAlt: 1
 
      ULONG   RigthGUI: 1
 
      ULONG   CapsLock: 1
 
      ULONG   ScollLock: 1
 
      ULONG   NumLock: 1
 
      ULONG   Reserved: 21
 
   }   DUMMYSTRUCTNAME
 
   ULONG   ul
 
DUMMYUNIONNAME
 

Detailed Description

Definition at line 52 of file hidpi.h.

Member Data Documentation

◆ CapsLock

ULONG _HIDP_KEYBOARD_MODIFIER_STATE::CapsLock

Definition at line 63 of file hidpi.h.

◆ 

_ANONYMOUS_STRUCT struct { ... } _HIDP_KEYBOARD_MODIFIER_STATE::DUMMYSTRUCTNAME

◆ 

_ANONYMOUS_UNION union { ... } _HIDP_KEYBOARD_MODIFIER_STATE::DUMMYUNIONNAME

◆ LeftAlt

ULONG _HIDP_KEYBOARD_MODIFIER_STATE::LeftAlt

Definition at line 57 of file hidpi.h.

◆ LeftControl

ULONG _HIDP_KEYBOARD_MODIFIER_STATE::LeftControl

Definition at line 55 of file hidpi.h.

◆ LeftGUI

ULONG _HIDP_KEYBOARD_MODIFIER_STATE::LeftGUI

Definition at line 58 of file hidpi.h.

◆ LeftShift

ULONG _HIDP_KEYBOARD_MODIFIER_STATE::LeftShift

Definition at line 56 of file hidpi.h.

◆ NumLock

ULONG _HIDP_KEYBOARD_MODIFIER_STATE::NumLock

Definition at line 65 of file hidpi.h.

◆ Reserved

ULONG _HIDP_KEYBOARD_MODIFIER_STATE::Reserved

Definition at line 66 of file hidpi.h.

◆ RightAlt

ULONG _HIDP_KEYBOARD_MODIFIER_STATE::RightAlt

Definition at line 61 of file hidpi.h.

◆ RightControl

ULONG _HIDP_KEYBOARD_MODIFIER_STATE::RightControl

Definition at line 59 of file hidpi.h.

◆ RightShift

ULONG _HIDP_KEYBOARD_MODIFIER_STATE::RightShift

Definition at line 60 of file hidpi.h.

◆ RigthGUI

ULONG _HIDP_KEYBOARD_MODIFIER_STATE::RigthGUI

Definition at line 62 of file hidpi.h.

◆ ScollLock

ULONG _HIDP_KEYBOARD_MODIFIER_STATE::ScollLock

Definition at line 64 of file hidpi.h.

◆ ul

ULONG _HIDP_KEYBOARD_MODIFIER_STATE::ul

Definition at line 68 of file hidpi.h.


The documentation for this struct was generated from the following file: