Add missing LPFILTERKEYS and LPTOGGLEKEYS types.

svn path=/trunk/; revision=29149
This commit is contained in:
Eric Kohl 2007-09-22 20:20:28 +00:00
parent 8e4f19f80b
commit c0c201c35d

View file

@ -3001,7 +3001,7 @@ typedef struct tagFILTERKEYS {
DWORD iDelayMSec;
DWORD iRepeatMSec;
DWORD iBounceMSec;
} FILTERKEYS;
} FILTERKEYS, *LPFILTERKEYS;
typedef struct tagHIGHCONTRASTA {
UINT cbSize;
DWORD dwFlags;
@ -3133,7 +3133,7 @@ typedef struct tagSTICKYKEYS {
typedef struct tagTOGGLEKEYS {
DWORD cbSize;
DWORD dwFlags;
} TOGGLEKEYS;
} TOGGLEKEYS, *LPTOGGLEKEYS;
typedef struct tagMOUSEHOOKSTRUCT {
POINT pt;
HWND hwnd;