source: trunk/Utilities/MaxMindGeoLite/MaxMindGeoLite_i.c @ 48

Last change on this file since 48 was 48, checked in by roman, 12 years ago
File size: 2.4 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 Sun Feb 12 00:21:00 2012
10 */
11/* Compiler settings for MaxMindGeoLite.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_ILocation,0x3C3125E8,0x60D6,0x4703,0xB7,0xB4,0x7A,0x02,0x4C,0xEA,0x2F,0x05);
71
72
73MIDL_DEFINE_GUID(IID, IID_ILocations,0xB6E2FBEB,0x1AC2,0x424B,0xB2,0xDA,0xFF,0x63,0x98,0xAD,0xCF,0x0C);
74
75
76MIDL_DEFINE_GUID(IID, IID_ILazyLocations,0x34BF53BB,0xD4C8,0x4002,0xA0,0xEC,0x5B,0xA7,0x0F,0xE7,0xAC,0xA3);
77
78
79MIDL_DEFINE_GUID(IID, LIBID_AlaxInfoMaxMindGeoLite,0xF80BC862,0xE43E,0x4809,0xAC,0xFC,0x1A,0x60,0x82,0x09,0xC8,0x60);
80
81
82MIDL_DEFINE_GUID(CLSID, CLSID_Location,0xE4758497,0x363F,0x467D,0xBE,0x04,0xC2,0x22,0x27,0x48,0xC7,0xE6);
83
84
85MIDL_DEFINE_GUID(CLSID, CLSID_Locations,0x350EBCB9,0x942A,0x4D11,0x91,0x92,0x54,0xAA,0x62,0x30,0xF7,0xBF);
86
87
88MIDL_DEFINE_GUID(CLSID, CLSID_LazyLocations,0x29752330,0xE1FB,0x43D0,0xAD,0xBF,0x21,0xAF,0x77,0x63,0x32,0x59);
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.