cierror.h revision b955672b950093ff7416d1269dd4d3b69983bd8f
45eceef4321181709f6d1c56ae3ca270cd1addb7vboxsync/*
45eceef4321181709f6d1c56ae3ca270cd1addb7vboxsync * Copyright 2006 Mike McCormack
45eceef4321181709f6d1c56ae3ca270cd1addb7vboxsync *
45eceef4321181709f6d1c56ae3ca270cd1addb7vboxsync * This library is free software; you can redistribute it and/or
45eceef4321181709f6d1c56ae3ca270cd1addb7vboxsync * modify it under the terms of the GNU Lesser General Public
45eceef4321181709f6d1c56ae3ca270cd1addb7vboxsync * License as published by the Free Software Foundation; either
45eceef4321181709f6d1c56ae3ca270cd1addb7vboxsync * version 2.1 of the License, or (at your option) any later version.
45eceef4321181709f6d1c56ae3ca270cd1addb7vboxsync *
45eceef4321181709f6d1c56ae3ca270cd1addb7vboxsync * This library is distributed in the hope that it will be useful,
45eceef4321181709f6d1c56ae3ca270cd1addb7vboxsync * but WITHOUT ANY WARRANTY; without even the implied warranty of
45eceef4321181709f6d1c56ae3ca270cd1addb7vboxsync * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
45eceef4321181709f6d1c56ae3ca270cd1addb7vboxsync * Lesser General Public License for more details.
45eceef4321181709f6d1c56ae3ca270cd1addb7vboxsync *
45eceef4321181709f6d1c56ae3ca270cd1addb7vboxsync * You should have received a copy of the GNU Lesser General Public
45eceef4321181709f6d1c56ae3ca270cd1addb7vboxsync * License along with this library; if not, write to the Free Software
45eceef4321181709f6d1c56ae3ca270cd1addb7vboxsync * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
45eceef4321181709f6d1c56ae3ca270cd1addb7vboxsync */
45eceef4321181709f6d1c56ae3ca270cd1addb7vboxsync
45eceef4321181709f6d1c56ae3ca270cd1addb7vboxsync/*
45eceef4321181709f6d1c56ae3ca270cd1addb7vboxsync * Sun LGPL Disclaimer: For the avoidance of doubt, except that if any license choice
45eceef4321181709f6d1c56ae3ca270cd1addb7vboxsync * other than GPL or LGPL is available it will apply instead, Sun elects to use only
45eceef4321181709f6d1c56ae3ca270cd1addb7vboxsync * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
e6331b4f0c3c3926d8e5e5f861bd1a4156da44ddvboxsync * a choice of LGPL license versions is made available with the language indicating
e6331b4f0c3c3926d8e5e5f861bd1a4156da44ddvboxsync * that LGPLv2 or any later version may be used, or where a choice of which version
e6331b4f0c3c3926d8e5e5f861bd1a4156da44ddvboxsync * of the LGPL is applied is otherwise unspecified.
45eceef4321181709f6d1c56ae3ca270cd1addb7vboxsync */
45eceef4321181709f6d1c56ae3ca270cd1addb7vboxsync
b9b8a4b9a11af5f68f550405b8c6dde8f8876ff4vboxsync#ifndef __WINE_CIERROR_H__
45eceef4321181709f6d1c56ae3ca270cd1addb7vboxsync#define __WINE_CIERROR_H__
45eceef4321181709f6d1c56ae3ca270cd1addb7vboxsync
45eceef4321181709f6d1c56ae3ca270cd1addb7vboxsync#define CI_E_ALREADY_INITIALIZED 0x8004180a
45eceef4321181709f6d1c56ae3ca270cd1addb7vboxsync#define CI_E_NOT_INITIALIZED 0x8004180b
45eceef4321181709f6d1c56ae3ca270cd1addb7vboxsync#define CI_E_BUFFERTOOSMALL 0x8004180c
45eceef4321181709f6d1c56ae3ca270cd1addb7vboxsync#define CI_E_PROPERTY_NOT_CACHED 0x8004180d
45eceef4321181709f6d1c56ae3ca270cd1addb7vboxsync#define CI_E_INVALID_STATE 0x8004180f
#define CI_E_FILTERING_DISABLED 0x80041810
#define CI_E_DISK_FULL 0x80041811
#define CI_E_SHUTDOWN 0x80041812
#define CI_E_WORKID_NOTVALID 0x80041813
#define CI_E_NOT_FOUND 0x80041815
#define CI_E_USE_DEFAULT_PID 0x80041816
#define CI_E_DUPLICATE_NOTIFICATION 0x80041817
#define CI_E_UPDATES_DISABLED 0x80041818
#define CI_E_INVALID_FLAGS_COMBINATION 0x80041819
#define CI_E_OUTOFSEQ_INCREMENT_DATA 0x8004181a
#define CI_E_SHARING_VIOLATION 0x8004181b
#define CI_E_LOGON_FAILURE 0x8004181c
#define CI_E_NO_CATALOG 0x8004181d
#define CI_E_STRANGE_PAGEORSECTOR_SIZE 0x8004181e
#define CI_E_TIMEOUT 0x8004181f
#define CI_E_NOT_RUNNING 0x80041820
#endif