source: trunk/Utilities/VbsCallback/VbsCallback_i.c @ 937

Last change on this file since 937 was 88, checked in by roman, 12 years ago
File size: 2.6 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 Aug 11 14:31:40 2012
10 */
11/* Compiler settings for VbsCallback.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_IFirstSite,0x8D754F22,0x9EA0,0x4B27,0x9B,0x01,0x2E,0x6C,0xED,0xE2,0x7F,0x6E);
71
72
73MIDL_DEFINE_GUID(IID, IID_IFirst,0x2E1BDC6B,0x4AFE,0x46D3,0x9D,0x4A,0x11,0xD0,0x63,0xBC,0xF6,0xC7);
74
75
76MIDL_DEFINE_GUID(IID, IID_ISecond,0xE9172437,0x1628,0x45D7,0xB1,0x75,0x5B,0x1C,0xFA,0x79,0xD4,0x9B);
77
78
79MIDL_DEFINE_GUID(IID, IID_IThird,0xA3F9C57C,0x4A82,0x4EBA,0x81,0x90,0x30,0x2A,0x0C,0xCC,0xBF,0x3B);
80
81
82MIDL_DEFINE_GUID(IID, LIBID_AlaxInfoVbsCallback,0xC14D3DD0,0x6C32,0x4A28,0x99,0xE6,0x7C,0xC4,0xD2,0x8F,0xE2,0x95);
83
84
85MIDL_DEFINE_GUID(CLSID, CLSID_First,0x564A63EF,0xA5FF,0x45E9,0xAE,0xF9,0xB3,0x72,0x8F,0x71,0xE3,0x0E);
86
87
88MIDL_DEFINE_GUID(CLSID, CLSID_Second,0x4E05E837,0x0BF7,0x4371,0x96,0xED,0x58,0xAA,0x68,0x73,0x63,0x06);
89
90
91MIDL_DEFINE_GUID(IID, DIID__IThirdEvents,0x543C4C99,0x8849,0x4902,0xBA,0xBC,0xBF,0x44,0x38,0x45,0x34,0xD8);
92
93
94MIDL_DEFINE_GUID(CLSID, CLSID_Third,0xE1DE5528,0x01C7,0x4FC3,0xB4,0xE2,0x44,0x79,0x25,0xF5,0x5E,0x6D);
95
96#undef MIDL_DEFINE_GUID
97
98#ifdef __cplusplus
99}
100#endif
101
102
103
Note: See TracBrowser for help on using the repository browser.