ReactOS 0.4.15-dev-7953-g1f49173
mpeg2error.h
Go to the documentation of this file.
1#pragma once
2
3
4#define MAKE_S_ITF_HRESULT(x) MAKE_HRESULT(SEVERITY_SUCCESS, FACILITY_ITF, (x))
5#define MAKE_E_ITF_HRESULT(x) MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, (x))
6const unsigned int MPEG2_BASE = 0x200;
7
37
45
const unsigned int MPEG2_BASE
Definition: mpeg2error.h:6
const HRESULT MPEG2_S_MPE_INFO_FOUND
Definition: mpeg2error.h:42
const HRESULT MPEG2_E_ALREADY_INITIALIZED
Definition: mpeg2error.h:9
const HRESULT MPEG2_S_NEW_MODULE_VERSION
Definition: mpeg2error.h:44
const HRESULT MPEG2_E_BUFFER_TOO_SMALL
Definition: mpeg2error.h:33
const HRESULT MPEG2_E_UNDEFINED
Definition: mpeg2error.h:12
#define MAKE_S_ITF_HRESULT(x)
Definition: mpeg2error.h:4
const HRESULT MPEG2_E_SERVER_UNAVAILABLE
Definition: mpeg2error.h:19
const HRESULT MPEG2_E_SERVICE_ID_NOT_FOUND
Definition: mpeg2error.h:16
const HRESULT MPEG2_E_NEXT_TABLE_OPS_NOT_AVAILABLE
Definition: mpeg2error.h:36
const HRESULT MPEG2_E_UNINITIALIZED
Definition: mpeg2error.h:8
const HRESULT MPEG2_E_INVALID_CAROUSEL_ID
Definition: mpeg2error.h:20
#define MAKE_E_ITF_HRESULT(x)
Definition: mpeg2error.h:5
const HRESULT MPEG2_E_OUT_OF_BOUNDS
Definition: mpeg2error.h:10
const HRESULT MPEG2_E_OBJECT_KIND_NOT_A_DIRECTORY
Definition: mpeg2error.h:24
const HRESULT MPEG2_E_MALFORMED_DSMCC_MESSAGE
Definition: mpeg2error.h:21
const HRESULT MPEG2_S_SG_INFO_NOT_FOUND
Definition: mpeg2error.h:41
const HRESULT MPEG2_E_REGISTRY_ACCESS_FAILED
Definition: mpeg2error.h:28
const HRESULT MPEG2_S_MORE_DATA_AVAILABLE
Definition: mpeg2error.h:38
const HRESULT MPEG2_E_DSHOW_PIN_NOT_FOUND
Definition: mpeg2error.h:32
const HRESULT MPEG2_E_INVALID_UDP_PORT
Definition: mpeg2error.h:29
const HRESULT MPEG2_E_SECTION_NOT_FOUND
Definition: mpeg2error.h:14
const HRESULT MPEG2_E_MISSING_SECTIONS
Definition: mpeg2error.h:34
const HRESULT MPEG2_E_TOO_MANY_SECTIONS
Definition: mpeg2error.h:35
const HRESULT MPEG2_E_OBJECT_NOT_FOUND
Definition: mpeg2error.h:23
const HRESULT MPEG2_E_SERVICE_PMT_NOT_FOUND
Definition: mpeg2error.h:17
const HRESULT MPEG2_S_MPE_INFO_NOT_FOUND
Definition: mpeg2error.h:43
const HRESULT MPEG2_E_DII_NOT_FOUND
Definition: mpeg2error.h:31
const HRESULT MPEG2_E_TX_STREAM_UNAVAILABLE
Definition: mpeg2error.h:15
const HRESULT MPEG2_E_FILE_OFFSET_TOO_BIG
Definition: mpeg2error.h:26
const HRESULT MPEG2_S_NO_MORE_DATA_AVAILABLE
Definition: mpeg2error.h:39
const HRESULT MPEG2_E_INVALID_SG_OBJECT_KIND
Definition: mpeg2error.h:22
const HRESULT MPEG2_E_DSI_NOT_FOUND
Definition: mpeg2error.h:18
const HRESULT MPEG2_E_DATA_SOURCE_FAILED
Definition: mpeg2error.h:30
const HRESULT MPEG2_E_NOT_PRESENT
Definition: mpeg2error.h:13
const HRESULT MPEG2_E_OBJECT_KIND_NOT_A_FILE
Definition: mpeg2error.h:25
const HRESULT MPEG2_E_STREAM_STOPPED
Definition: mpeg2error.h:27
const HRESULT MPEG2_E_MALFORMED_TABLE
Definition: mpeg2error.h:11
const HRESULT MPEG2_S_SG_INFO_FOUND
Definition: mpeg2error.h:40