Subversion Repositories Games.Chess Giants

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 pmbaty 1
 
2
 
3
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
4
 
5
 
6
 /* File created by MIDL compiler version 7.00.0555 */
7
/* Compiler settings for d3dcommon.idl:
8
    Oicf, W1, Zp8, env=Win64 (32b run), target_arch=AMD64 7.00.0555
9
    protocol : all , ms_ext, c_ext, robust
10
    error checks: allocation ref bounds_check enum stub_data
11
    VC __declspec() decoration level:
12
         __declspec(uuid()), __declspec(selectany), __declspec(novtable)
13
         DECLSPEC_UUID(), MIDL_INTERFACE()
14
*/
15
/* @@MIDL_FILE_HEADING(  ) */
16
 
17
#pragma warning( disable: 4049 )  /* more than 64k source lines */
18
 
19
 
20
/* verify that the <rpcndr.h> version is high enough to compile this file*/
21
#ifndef __REQUIRED_RPCNDR_H_VERSION__
22
#define __REQUIRED_RPCNDR_H_VERSION__ 475
23
#endif
24
 
25
/* verify that the <rpcsal.h> version is high enough to compile this file*/
26
#ifndef __REQUIRED_RPCSAL_H_VERSION__
27
#define __REQUIRED_RPCSAL_H_VERSION__ 100
28
#endif
29
 
30
#include "rpc.h"
31
#include "rpcndr.h"
32
 
33
#ifndef __RPCNDR_H_VERSION__
34
#error this stub requires an updated version of <rpcndr.h>
35
#endif // __RPCNDR_H_VERSION__
36
 
37
 
38
#ifndef __d3dcommon_h__
39
#define __d3dcommon_h__
40
 
41
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
42
#pragma once
43
#endif
44
 
45
/* Forward Declarations */
46
 
47
/* header files for imported files */
48
#include "oaidl.h"
49
#include "ocidl.h"
50
 
51
#ifdef __cplusplus
52
extern "C"{
53
#endif 
54
 
55
 
56
/* interface __MIDL_itf_d3dcommon_0000_0000 */
57
/* [local] */
58
 
59
typedef
60
enum D3D_DRIVER_TYPE
61
    {   D3D_DRIVER_TYPE_UNKNOWN = 0,
62
        D3D_DRIVER_TYPE_HARDWARE        = ( D3D_DRIVER_TYPE_UNKNOWN + 1 ) ,
63
        D3D_DRIVER_TYPE_REFERENCE       = ( D3D_DRIVER_TYPE_HARDWARE + 1 ) ,
64
        D3D_DRIVER_TYPE_NULL    = ( D3D_DRIVER_TYPE_REFERENCE + 1 ) ,
65
        D3D_DRIVER_TYPE_SOFTWARE        = ( D3D_DRIVER_TYPE_NULL + 1 ) ,
66
        D3D_DRIVER_TYPE_WARP    = ( D3D_DRIVER_TYPE_SOFTWARE + 1 )
67
    }   D3D_DRIVER_TYPE;
68
 
69
typedef
70
enum D3D_FEATURE_LEVEL
71
    {   D3D_FEATURE_LEVEL_9_1   = 0x9100,
72
        D3D_FEATURE_LEVEL_9_2   = 0x9200,
73
        D3D_FEATURE_LEVEL_9_3   = 0x9300,
74
        D3D_FEATURE_LEVEL_10_0  = 0xa000,
75
        D3D_FEATURE_LEVEL_10_1  = 0xa100,
76
        D3D_FEATURE_LEVEL_11_0  = 0xb000
77
    }   D3D_FEATURE_LEVEL;
78
 
79
DEFINE_GUID(WKPDID_D3DDebugObjectName,0x429b8c22,0x9188,0x4b0c,0x87,0x42,0xac,0xb0,0xbf,0x85,0xc2,0x00);
80
 
81
 
82
extern RPC_IF_HANDLE __MIDL_itf_d3dcommon_0000_0000_v0_0_c_ifspec;
83
extern RPC_IF_HANDLE __MIDL_itf_d3dcommon_0000_0000_v0_0_s_ifspec;
84
 
85
/* Additional Prototypes for ALL interfaces */
86
 
87
/* end of Additional Prototypes */
88
 
89
#ifdef __cplusplus
90
}
91
#endif
92
 
93
#endif
94
 
95