ReactOS 0.4.17-dev-804-g023d8af
_INPUT_DEVICE_INFO Struct Reference

#include <input.h>

Collaboration diagram for _INPUT_DEVICE_INFO:

Public Attributes

struct _INPUT_DEVICE_INFOpNextDeviceInfo
 
UNICODE_STRING DeviceName
 
HANDLE Handle
 
IO_STATUS_BLOCK Iosb
 
NTSTATUS Status
 
ULONG DeviceType
 
union {
   MOUSE_DEVICE_INFO   Mouse
 
   KEYBOARD_DEVICE_INFO   Keyboard
 
   HID_DEVICE_INFO   Hid
 
}; 
 

Detailed Description

Definition at line 114 of file input.h.

Member Data Documentation

◆ 

union { ... } _INPUT_DEVICE_INFO::@5767

◆ DeviceName

UNICODE_STRING _INPUT_DEVICE_INFO::DeviceName

Definition at line 117 of file input.h.

◆ DeviceType

ULONG _INPUT_DEVICE_INFO::DeviceType

Definition at line 121 of file input.h.

◆ Handle

HANDLE _INPUT_DEVICE_INFO::Handle

Definition at line 118 of file input.h.

◆ Hid

HID_DEVICE_INFO _INPUT_DEVICE_INFO::Hid

Definition at line 126 of file input.h.

◆ Iosb

IO_STATUS_BLOCK _INPUT_DEVICE_INFO::Iosb

Definition at line 119 of file input.h.

◆ Keyboard

KEYBOARD_DEVICE_INFO _INPUT_DEVICE_INFO::Keyboard

Definition at line 125 of file input.h.

◆ Mouse

MOUSE_DEVICE_INFO _INPUT_DEVICE_INFO::Mouse

Definition at line 124 of file input.h.

◆ pNextDeviceInfo

struct _INPUT_DEVICE_INFO* _INPUT_DEVICE_INFO::pNextDeviceInfo

Definition at line 116 of file input.h.

◆ Status

NTSTATUS _INPUT_DEVICE_INFO::Status

Definition at line 120 of file input.h.


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