ReactOS 0.4.16-dev-338-g34e76ad
|
#include <winmsg.h>
Public Attributes | |
HWND | hwnd |
WPARAM | wParam |
LPARAM | lParam |
DWORD | Data |
ULONG_PTR | Result |
DWORD _USER_DEVICE_EVENT_MSG::Data |
Definition at line 94 of file winmsg.h.
Referenced by DeviceEventWorker().
HWND _USER_DEVICE_EVENT_MSG::hwnd |
Definition at line 91 of file winmsg.h.
Referenced by DeviceEventWorker().
LPARAM _USER_DEVICE_EVENT_MSG::lParam |
Definition at line 93 of file winmsg.h.
Referenced by DeviceEventWorker().
ULONG_PTR _USER_DEVICE_EVENT_MSG::Result |
Definition at line 95 of file winmsg.h.
Referenced by DeviceEventWorker().
WPARAM _USER_DEVICE_EVENT_MSG::wParam |
Definition at line 92 of file winmsg.h.
Referenced by DeviceEventWorker().