ReactOS 0.4.16-dev-2384-gff6bd79
user_call Struct Reference
Collaboration diagram for user_call:

Public Attributes

enum user_function func
 
union {
   struct {
      HWND   hwnd
 
      UINT   msg
 
      WPARAM   wparam
 
      LPARAM   lparam
 
   }   message
 
   struct {
      UINT   msg
 
      UINT   scan
 
      UINT   vkey
 
      UINT   flags
 
      UINT_PTR   extra
 
   }   ll_hook_kbd
 
   struct {
      UINT   msg
 
      POINT   point
 
      UINT   data
 
      UINT   flags
 
      UINT   time
 
      UINT_PTR   extra
 
   }   ll_hook_ms
 
   struct {
      HWND   hwnd
 
      BYTE   code
 
      RAWKEYBOARD   kbd
 
   }   raw_input
 
}; 
 
BOOL todo
 
BOOL todo_value
 
BOOL broken
 

Detailed Description

Definition at line 135 of file input.c.

Member Data Documentation

◆ 

union { ... } user_call::@1844

◆ broken

BOOL user_call::broken

Definition at line 175 of file input.c.

◆ code

BYTE user_call::code

Definition at line 168 of file input.c.

◆ data

UINT user_call::data

Definition at line 160 of file input.c.

◆ extra

UINT_PTR user_call::extra

Definition at line 154 of file input.c.

◆ flags

UINT user_call::flags

Definition at line 153 of file input.c.

◆ func

◆ hwnd

HWND user_call::hwnd

Definition at line 143 of file input.c.

◆ kbd

RAWKEYBOARD user_call::kbd

Definition at line 169 of file input.c.

◆ 

struct { ... } user_call::ll_hook_kbd

◆ 

struct { ... } user_call::ll_hook_ms

◆ lparam

LPARAM user_call::lparam

Definition at line 146 of file input.c.

◆ 

struct { ... } user_call::message

◆ msg

UINT user_call::msg

Definition at line 144 of file input.c.

◆ point

POINT user_call::point

Definition at line 159 of file input.c.

◆ 

struct { ... } user_call::raw_input

◆ scan

UINT user_call::scan

Definition at line 151 of file input.c.

Referenced by get_test_scan().

◆ time

UINT user_call::time

Definition at line 162 of file input.c.

◆ todo

BOOL user_call::todo

Definition at line 173 of file input.c.

Referenced by test_SendInput_mouse_messages().

◆ todo_value

BOOL user_call::todo_value

Definition at line 174 of file input.c.

◆ vkey

UINT user_call::vkey

Definition at line 152 of file input.c.

Referenced by debugstr_vk(), get_test_scan(), and test_SendInput().

◆ wparam

WPARAM user_call::wparam

Definition at line 145 of file input.c.


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