22 lines
865 B
C
22 lines
865 B
C
/**
|
|
* This file has no copyright assigned and is placed in the Public Domain.
|
|
* This file is part of the w64 mingw-runtime package.
|
|
* No warranty is given; refer to the file DISCLAIMER within this package.
|
|
*/
|
|
#define IPP_E_FIRST 0x40048000L
|
|
#define IPP_E_SYNCCONFLICT 0xC0048003L
|
|
#define IPP_E_FILENOTDIRTY 0xC0048004L
|
|
#define IPP_E_MARKFOROFFLINE_FAILED 0xC0048006L
|
|
#define IPP_E_OFFLINE 0xC0048007L
|
|
#define IPP_E_UNSYNCHRONIZED 0xC0048008L
|
|
#define IPP_E_SERVERTYPE_NOT_SUPPORTED 0xC004800AL
|
|
#define IPP_E_MDAC_VERSION 0xC004800DL
|
|
#define IPP_E_COLLECTIONEXISTS 0xC004800EL
|
|
#define IPP_E_CANNOTCREATEOFFLINE 0xC004800FL
|
|
#define IPP_E_STATUS_CANNOTCOMPLETE 0xC0048101L
|
|
#define IPP_E_RESELECTPROVIDER 0xC0048102L
|
|
#define IPP_E_CLIENTMUSTEMULATE 0xC0048103L
|
|
#define IPP_S_WEAKRESERVE 0x00048104L
|
|
#define IPP_S_TRUNCATED 0x00048105L
|
|
#define IPP_E_LAST 0x40048106L
|