1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-19 11:05:14 +00:00
qb64/internal/c/mingw32/i686-w64-mingw32/include/msdaipper.h
2019-01-01 22:40:38 +11:00

22 lines
1.1 KiB
C

/**
* This file has no copyright assigned and is placed in the Public Domain.
* This file is part of the mingw-w64 runtime package.
* No warranty is given; refer to the file DISCLAIMER.PD within this package.
*/
#define IPP_E_FIRST __MSABI_LONG(0x40048000)
#define IPP_E_SYNCCONFLICT __MSABI_LONG(0xC0048003)
#define IPP_E_FILENOTDIRTY __MSABI_LONG(0xC0048004)
#define IPP_E_MARKFOROFFLINE_FAILED __MSABI_LONG(0xC0048006)
#define IPP_E_OFFLINE __MSABI_LONG(0xC0048007)
#define IPP_E_UNSYNCHRONIZED __MSABI_LONG(0xC0048008)
#define IPP_E_SERVERTYPE_NOT_SUPPORTED __MSABI_LONG(0xC004800A)
#define IPP_E_MDAC_VERSION __MSABI_LONG(0xC004800D)
#define IPP_E_COLLECTIONEXISTS __MSABI_LONG(0xC004800E)
#define IPP_E_CANNOTCREATEOFFLINE __MSABI_LONG(0xC004800F)
#define IPP_E_STATUS_CANNOTCOMPLETE __MSABI_LONG(0xC0048101)
#define IPP_E_RESELECTPROVIDER __MSABI_LONG(0xC0048102)
#define IPP_E_CLIENTMUSTEMULATE __MSABI_LONG(0xC0048103)
#define IPP_S_WEAKRESERVE __MSABI_LONG(0x00048104)
#define IPP_S_TRUNCATED __MSABI_LONG(0x00048105)
#define IPP_E_LAST __MSABI_LONG(0x40048106)