mediaerr.h revision af062818b47340eef15700d2f0211576ba3506ee
039cd2c4871a00e51af909222a34695d9cec3000vboxsync/*
039cd2c4871a00e51af909222a34695d9cec3000vboxsync * Copyright (C) 2002 Alexandre Julliard
039cd2c4871a00e51af909222a34695d9cec3000vboxsync *
039cd2c4871a00e51af909222a34695d9cec3000vboxsync * This library is free software; you can redistribute it and/or
039cd2c4871a00e51af909222a34695d9cec3000vboxsync * modify it under the terms of the GNU Lesser General Public
039cd2c4871a00e51af909222a34695d9cec3000vboxsync * License as published by the Free Software Foundation; either
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync * version 2.1 of the License, or (at your option) any later version.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync *
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync * This library is distributed in the hope that it will be useful,
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync * but WITHOUT ANY WARRANTY; without even the implied warranty of
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync * Lesser General Public License for more details.
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync *
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync * You should have received a copy of the GNU Lesser General Public
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync * License along with this library; if not, write to the Free Software
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync */
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync#ifndef _MEDIAERR_H_
1c94c0a63ba68be1a7b2c640e70d7a06464e4fcavboxsync#define _MEDIAERR_H_
039cd2c4871a00e51af909222a34695d9cec3000vboxsync
039cd2c4871a00e51af909222a34695d9cec3000vboxsync#define DMO_E_INVALIDSTREAMINDEX 0x80040201
039cd2c4871a00e51af909222a34695d9cec3000vboxsync#define DMO_E_INVALIDTYPE 0x80040202
27537ffef7291d0bb3a24e459a6b94c65586defevboxsync#define DMO_E_TYPE_NOT_SET 0x80040203
039cd2c4871a00e51af909222a34695d9cec3000vboxsync#define DMO_E_NOTACCEPTING 0x80040204
039cd2c4871a00e51af909222a34695d9cec3000vboxsync#define DMO_E_TYPE_NOT_ACCEPTED 0x80040205
039cd2c4871a00e51af909222a34695d9cec3000vboxsync#define DMO_E_NO_MORE_ITEMS 0x80040206
039cd2c4871a00e51af909222a34695d9cec3000vboxsync
039cd2c4871a00e51af909222a34695d9cec3000vboxsync#endif /* _MEDIAERR_H_ */
039cd2c4871a00e51af909222a34695d9cec3000vboxsync