* include/wingdi.h (struct _DOCINFO[AW]): UNICODE it.
(StartDoc[AW]): Use UNICODE'd LPDOCINFO[AW] * include/winuser.h (struct tagMOUSEKEYS): Define new structure. * include/winerror.h (NTE_*): Add CryptoAPI error codes.
This commit is contained in:
@ -2222,6 +2222,15 @@ typedef struct tagMINIMIZEDMETRICS {
|
||||
int iVertGap;
|
||||
int iArrange;
|
||||
} MINIMIZEDMETRICS,*LPMINIMIZEDMETRICS;
|
||||
typedef struct tagMOUSEKEYS{
|
||||
UINT cbSize;
|
||||
DWORD dwFlags;
|
||||
DWORD iMaxSpeed;
|
||||
DWORD iTimeToMaxSpeed;
|
||||
DWORD iCtrlSpeed;
|
||||
DWORD dwReserved1;
|
||||
DWORD dwReserved2;
|
||||
} MOUSEKEYS, *LPMOUSEKEYS;
|
||||
typedef struct tagNONCLIENTMETRICSA {
|
||||
UINT cbSize;
|
||||
int iBorderWidth;
|
||||
|
Reference in New Issue
Block a user