* 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:
Earnie Boyd
2001-02-21 21:37:18 +00:00
parent b701af168c
commit 0b0a9f4087
4 changed files with 66 additions and 4 deletions

View File

@ -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;