2002-06-19 Casper S. Hornstrup <chorns@users.sourceforge.net>
* include/ddeml.h (DdeCreateStringHandle{AW]:Correct
prototypes.
* include/winsvc.h (StartServiceW): Correct prototype.
* include/winbase.h (BackupRead,BackupSeek,BackupWrite,
FileTimeToLocalFileTime, GetAce,GetPrivateProfileStruct[AW],
GetTickCount,InterlockedExchangeAdd,
WritePrivateProfileStruct[AW]: Correct prototypes.
(GetEnvironmentStrings): Correct mapping to
GetEnvironmentStringsA.
* include/winver.h (VerQueryValueA,VerQueryValueW):
Correct prototypes.
* include/wincon.h (CreateConsoleScreenBuffer): Correct
prototype.
* include/winreg.h (RegQueryMultipleValues[AW],
RegQueryValueEx[AW]):Correct prototypes.
* include/wingdi.h (PXFORM, PLOGBRUSH, PLOGPEN, PPOLYTEXTA,
PPOLYTEXTW): Add typedefs.
(_DESIGNVECTOR,COLOR16, _TRIVERTEX, _DISPLAY_DEVICE): Add
structures and typedefs.
(MM_MAX_NUMAXES): Add define.
(EnumFontsW,GetEnhMetaFilePixelFormat,wglGetLayerPaletteEntries):
Correct prototypes.
* include/winerror.h (RPC_X_INVALID_PIPE_OBJECT,
RPC_X_WRONG_PIPE_ORDER,RPC_X_WRONG_PIPE_VERSION,
RPC_S_SEND_INCOMPLETE): Add defines.
This commit is contained in:
@@ -631,6 +631,9 @@
|
||||
#define RPC_X_INVALID_ES_ACTION 1827L
|
||||
#define RPC_X_WRONG_ES_VERSION 1828L
|
||||
#define RPC_X_WRONG_STUB_VERSION 1829L
|
||||
#define RPC_X_INVALID_PIPE_OBJECT 1830L
|
||||
#define RPC_X_WRONG_PIPE_ORDER 1831L
|
||||
#define RPC_X_WRONG_PIPE_VERSION 1832L
|
||||
#define RPC_S_GROUP_MEMBER_NOT_FOUND 1898L
|
||||
#define EPT_S_CANT_CREATE 1899L
|
||||
#define RPC_S_INVALID_OBJECT 1900L
|
||||
@@ -643,6 +646,7 @@
|
||||
#define ERROR_PASSWORD_MUST_CHANGE 1907L
|
||||
#define ERROR_DOMAIN_CONTROLLER_NOT_FOUND 1908L
|
||||
#define ERROR_ACCOUNT_LOCKED_OUT 1909L
|
||||
#define RPC_S_SEND_INCOMPLETE 1913L
|
||||
#define ERROR_NO_BROWSER_SERVERS_FOUND 6118L
|
||||
#define ERROR_INVALID_PIXEL_FORMAT 2000L
|
||||
#define ERROR_BAD_DRIVER 2001L
|
||||
|
||||
Reference in New Issue
Block a user