source: trunk/DirectShowSpy/DirectShowSpy_i.c @ 193

Last change on this file since 193 was 193, checked in by roman, 11 years ago

Cosmetic, moved binaries, added graph list and clipboard copy property sheet

File size: 2.9 KB
Line 
1
2
3/* this ALWAYS GENERATED file contains the IIDs and CLSIDs */
4
5/* link this file in with the server and any clients */
6
7
8 /* File created by MIDL compiler version 7.00.0555 */
9/* at Sat Jul 06 22:59:33 2013
10 */
11/* Compiler settings for DirectShowSpy.idl:
12    Oicf, W1, Zp8, env=Win32 (32b run), target_arch=X86 7.00.0555
13    protocol : dce , ms_ext, c_ext, robust
14    error checks: allocation ref bounds_check enum stub_data
15    VC __declspec() decoration level:
16         __declspec(uuid()), __declspec(selectany), __declspec(novtable)
17         DECLSPEC_UUID(), MIDL_INTERFACE()
18*/
19/* @@MIDL_FILE_HEADING(  ) */
20
21#pragma warning( disable: 4049 )  /* more than 64k source lines */
22
23
24#ifdef __cplusplus
25extern "C"{
26#endif
27
28
29#include <rpc.h>
30#include <rpcndr.h>
31
32#ifdef _MIDL_USE_GUIDDEF_
33
34#ifndef INITGUID
35#define INITGUID
36#include <guiddef.h>
37#undef INITGUID
38#else
39#include <guiddef.h>
40#endif
41
42#define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
43        DEFINE_GUID(name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8)
44
45#else // !_MIDL_USE_GUIDDEF_
46
47#ifndef __IID_DEFINED__
48#define __IID_DEFINED__
49
50typedef struct _IID
51{
52    unsigned long x;
53    unsigned short s1;
54    unsigned short s2;
55    unsigned char  c[8];
56} IID;
57
58#endif // __IID_DEFINED__
59
60#ifndef CLSID_DEFINED
61#define CLSID_DEFINED
62typedef IID CLSID;
63#endif // CLSID_DEFINED
64
65#define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
66        const type name = {l,w1,w2,{b1,b2,b3,b4,b5,b6,b7,b8}}
67
68#endif !_MIDL_USE_GUIDDEF_
69
70MIDL_DEFINE_GUID(IID, IID_ISpy,0x6945711B,0xFE0F,0x4C54,0x96,0x5F,0x5B,0x67,0x96,0x9C,0x28,0xB7);
71
72
73MIDL_DEFINE_GUID(IID, IID_IFilterMapperSpy,0x34B280D7,0xA144,0x4a64,0xBC,0xB9,0x36,0x16,0x89,0x6F,0x68,0x77);
74
75
76MIDL_DEFINE_GUID(IID, IID_ISystemDeviceEnumeratorSpy,0x14EB119F,0x25CE,0x4654,0xAB,0xE1,0xE6,0x74,0x2A,0xF0,0x3F,0x2D);
77
78
79MIDL_DEFINE_GUID(IID, LIBID_AlaxInfoDirectShowSpy,0xB9EC374B,0x834B,0x4DA9,0xBF,0xB5,0xC1,0x87,0x2C,0xE7,0x36,0xFF);
80
81
82MIDL_DEFINE_GUID(IID, IID_IFilterGraphAddRemoveHook,0xACBECDFD,0xD8CA,0x49c8,0xB7,0x99,0xD2,0x32,0x25,0xD5,0xBF,0xAD);
83
84
85MIDL_DEFINE_GUID(IID, IID_IFilterGraphConnectHook,0xD0F4C168,0xD09D,0x481e,0x90,0x3D,0x74,0x61,0xCE,0x69,0xE3,0x91);
86
87
88MIDL_DEFINE_GUID(IID, IID_IFilterGraphStateControlHook,0x65FA1519,0xA935,0x4fa9,0xA1,0x5D,0x94,0x26,0x45,0x7E,0x02,0xF6);
89
90
91MIDL_DEFINE_GUID(CLSID, CLSID_Spy,0xF552C23D,0xF088,0x41C3,0xA0,0x80,0x84,0x64,0xD7,0xBB,0x9B,0xAD);
92
93
94MIDL_DEFINE_GUID(CLSID, CLSID_NoThreadSpy,0x2C281C40,0x8853,0x4a30,0x99,0xD3,0x9D,0xCF,0xF2,0xC0,0x15,0xC9);
95
96
97MIDL_DEFINE_GUID(CLSID, CLSID_FilterMapperSpy,0xB6274D9B,0x1AD3,0x4c32,0x83,0xC5,0x35,0xDC,0x33,0xCA,0xFF,0x47);
98
99
100MIDL_DEFINE_GUID(CLSID, CLSID_SystemDeviceEnumeratorSpy,0xAD42E3BD,0x7B9B,0x4783,0x9D,0xA2,0x61,0xA9,0xAC,0xD0,0xD4,0xD2);
101
102#undef MIDL_DEFINE_GUID
103
104#ifdef __cplusplus
105}
106#endif
107
108
109
Note: See TracBrowser for help on using the repository browser.