source: trunk/DirectShowSpy/BdaHooks/BdaHooks_i.c @ 171

Last change on this file since 171 was 144, checked in by roman, 11 years ago
  • hooking and tracing device enumerator calls
  • minor updates
File size: 2.3 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.0500 */
9/* at Sat Nov 17 01:35:26 2012
10 */
11/* Compiler settings for .\BdaHooks.idl:
12    Oicf, W1, Zp8, env=Win32 (32b run)
13    protocol : dce , ms_ext, c_ext, robust
14    error checks: 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_IAddRemoveHook,0xC241D3AA,0xD1CC,0x45CF,0x9D,0x65,0x38,0xEC,0x9A,0x19,0x66,0x19);
71
72
73MIDL_DEFINE_GUID(IID, IID_IConnectHook,0xFABCEED1,0x2E77,0x491C,0x8D,0x00,0xA0,0x18,0xB5,0xA8,0xC8,0x56);
74
75
76MIDL_DEFINE_GUID(IID, IID_IStateControlHook,0x77C8D900,0x78F5,0x404C,0x9B,0xC5,0xE3,0x1C,0xC0,0x56,0x83,0xF6);
77
78
79MIDL_DEFINE_GUID(IID, LIBID_AlaxInfoBdaHooks,0xA868B371,0x37CA,0x4E4F,0xB3,0x2B,0x72,0x16,0x17,0x75,0x2A,0x55);
80
81
82MIDL_DEFINE_GUID(CLSID, CLSID_AddRemoveHook,0xB854D1B7,0xC267,0x4C23,0x8A,0xCE,0x2F,0x14,0x27,0xBB,0x18,0x67);
83
84
85MIDL_DEFINE_GUID(CLSID, CLSID_ConnectHook,0x158F5103,0x6476,0x4EBC,0xBE,0x00,0x7F,0xE7,0x74,0x10,0xE2,0xB3);
86
87
88MIDL_DEFINE_GUID(CLSID, CLSID_StateControlHook,0x7949E086,0xB28E,0x457D,0x9D,0x85,0x1D,0xED,0x7C,0x62,0xF0,0x6E);
89
90#undef MIDL_DEFINE_GUID
91
92#ifdef __cplusplus
93}
94#endif
95
96
97
Note: See TracBrowser for help on using the repository browser.