mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:56:00 +00:00
[PSDK] Add some missing WDA_NONE and WDA_MONITOR. CORE-14434
This commit is contained in:
parent
0be033fe1d
commit
47e04dae50
1 changed files with 3 additions and 0 deletions
|
@ -3341,6 +3341,9 @@ typedef struct tagMINIMIZEDMETRICS {
|
||||||
int iArrange;
|
int iArrange;
|
||||||
} MINIMIZEDMETRICS, *PMINIMIZEDMETRICS,*LPMINIMIZEDMETRICS;
|
} MINIMIZEDMETRICS, *PMINIMIZEDMETRICS,*LPMINIMIZEDMETRICS;
|
||||||
|
|
||||||
|
#define WDA_NONE 0x0
|
||||||
|
#define WDA_MONITOR 0x1
|
||||||
|
|
||||||
typedef struct tagMOUSEKEYS{
|
typedef struct tagMOUSEKEYS{
|
||||||
UINT cbSize;
|
UINT cbSize;
|
||||||
DWORD dwFlags;
|
DWORD dwFlags;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue