ReactOS 0.4.15-dev-8100-g1887773
_USER_DEVICE_EVENT_MSG Struct Reference

#include <winmsg.h>

Collaboration diagram for _USER_DEVICE_EVENT_MSG:

Public Attributes

HWND hwnd
 
WPARAM wParam
 
LPARAM lParam
 
DWORD Data
 
ULONG_PTR Result
 

Detailed Description

Definition at line 90 of file winmsg.h.

Member Data Documentation

◆ Data

DWORD _USER_DEVICE_EVENT_MSG::Data

Definition at line 94 of file winmsg.h.

Referenced by DeviceEventWorker().

◆ hwnd

HWND _USER_DEVICE_EVENT_MSG::hwnd

Definition at line 91 of file winmsg.h.

Referenced by DeviceEventWorker().

◆ lParam

LPARAM _USER_DEVICE_EVENT_MSG::lParam

Definition at line 93 of file winmsg.h.

Referenced by DeviceEventWorker().

◆ Result

ULONG_PTR _USER_DEVICE_EVENT_MSG::Result

Definition at line 95 of file winmsg.h.

Referenced by DeviceEventWorker().

◆ wParam

WPARAM _USER_DEVICE_EVENT_MSG::wParam

Definition at line 92 of file winmsg.h.

Referenced by DeviceEventWorker().


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