cierror.h revision af062818b47340eef15700d2f0211576ba3506ee
5964f60ed7fb52a3c4becbe83c9429f9b2f119c2vboxsync/*
5964f60ed7fb52a3c4becbe83c9429f9b2f119c2vboxsync * Copyright 2006 Mike McCormack
5964f60ed7fb52a3c4becbe83c9429f9b2f119c2vboxsync *
d05e58c15346e272284b3db3adae55a8fb8977davboxsync * This library is free software; you can redistribute it and/or
d05e58c15346e272284b3db3adae55a8fb8977davboxsync * modify it under the terms of the GNU Lesser General Public
d05e58c15346e272284b3db3adae55a8fb8977davboxsync * License as published by the Free Software Foundation; either
5964f60ed7fb52a3c4becbe83c9429f9b2f119c2vboxsync * version 2.1 of the License, or (at your option) any later version.
5964f60ed7fb52a3c4becbe83c9429f9b2f119c2vboxsync *
5964f60ed7fb52a3c4becbe83c9429f9b2f119c2vboxsync * This library is distributed in the hope that it will be useful,
d05e58c15346e272284b3db3adae55a8fb8977davboxsync * but WITHOUT ANY WARRANTY; without even the implied warranty of
5964f60ed7fb52a3c4becbe83c9429f9b2f119c2vboxsync * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
5964f60ed7fb52a3c4becbe83c9429f9b2f119c2vboxsync * Lesser General Public License for more details.
5964f60ed7fb52a3c4becbe83c9429f9b2f119c2vboxsync *
5964f60ed7fb52a3c4becbe83c9429f9b2f119c2vboxsync * You should have received a copy of the GNU Lesser General Public
5964f60ed7fb52a3c4becbe83c9429f9b2f119c2vboxsync * License along with this library; if not, write to the Free Software
5964f60ed7fb52a3c4becbe83c9429f9b2f119c2vboxsync * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
5964f60ed7fb52a3c4becbe83c9429f9b2f119c2vboxsync */
5964f60ed7fb52a3c4becbe83c9429f9b2f119c2vboxsync
5964f60ed7fb52a3c4becbe83c9429f9b2f119c2vboxsync#ifndef __WINE_CIERROR_H__
5964f60ed7fb52a3c4becbe83c9429f9b2f119c2vboxsync#define __WINE_CIERROR_H__
5964f60ed7fb52a3c4becbe83c9429f9b2f119c2vboxsync
5964f60ed7fb52a3c4becbe83c9429f9b2f119c2vboxsync#define CI_E_ALREADY_INITIALIZED 0x8004180a
5964f60ed7fb52a3c4becbe83c9429f9b2f119c2vboxsync#define CI_E_NOT_INITIALIZED 0x8004180b
5964f60ed7fb52a3c4becbe83c9429f9b2f119c2vboxsync#define CI_E_BUFFERTOOSMALL 0x8004180c
5964f60ed7fb52a3c4becbe83c9429f9b2f119c2vboxsync#define CI_E_PROPERTY_NOT_CACHED 0x8004180d
5964f60ed7fb52a3c4becbe83c9429f9b2f119c2vboxsync#define CI_E_INVALID_STATE 0x8004180f
5964f60ed7fb52a3c4becbe83c9429f9b2f119c2vboxsync#define CI_E_FILTERING_DISABLED 0x80041810
5964f60ed7fb52a3c4becbe83c9429f9b2f119c2vboxsync#define CI_E_DISK_FULL 0x80041811
5964f60ed7fb52a3c4becbe83c9429f9b2f119c2vboxsync#define CI_E_SHUTDOWN 0x80041812
5964f60ed7fb52a3c4becbe83c9429f9b2f119c2vboxsync#define CI_E_WORKID_NOTVALID 0x80041813
5964f60ed7fb52a3c4becbe83c9429f9b2f119c2vboxsync#define CI_E_NOT_FOUND 0x80041815
5964f60ed7fb52a3c4becbe83c9429f9b2f119c2vboxsync#define CI_E_USE_DEFAULT_PID 0x80041816
5964f60ed7fb52a3c4becbe83c9429f9b2f119c2vboxsync#define CI_E_DUPLICATE_NOTIFICATION 0x80041817
5964f60ed7fb52a3c4becbe83c9429f9b2f119c2vboxsync#define CI_E_UPDATES_DISABLED 0x80041818
5964f60ed7fb52a3c4becbe83c9429f9b2f119c2vboxsync#define CI_E_INVALID_FLAGS_COMBINATION 0x80041819
5964f60ed7fb52a3c4becbe83c9429f9b2f119c2vboxsync#define CI_E_OUTOFSEQ_INCREMENT_DATA 0x8004181a
5964f60ed7fb52a3c4becbe83c9429f9b2f119c2vboxsync#define CI_E_SHARING_VIOLATION 0x8004181b
5964f60ed7fb52a3c4becbe83c9429f9b2f119c2vboxsync#define CI_E_LOGON_FAILURE 0x8004181c
5964f60ed7fb52a3c4becbe83c9429f9b2f119c2vboxsync#define CI_E_NO_CATALOG 0x8004181d
5964f60ed7fb52a3c4becbe83c9429f9b2f119c2vboxsync#define CI_E_STRANGE_PAGEORSECTOR_SIZE 0x8004181e
5964f60ed7fb52a3c4becbe83c9429f9b2f119c2vboxsync#define CI_E_TIMEOUT 0x8004181f
d05e58c15346e272284b3db3adae55a8fb8977davboxsync#define CI_E_NOT_RUNNING 0x80041820
d05e58c15346e272284b3db3adae55a8fb8977davboxsync
d05e58c15346e272284b3db3adae55a8fb8977davboxsync#endif
5964f60ed7fb52a3c4becbe83c9429f9b2f119c2vboxsync