source: trunk/Utilities/UaMobileTools/UaMobileTools_i.c

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

Update to follow website changes

File size: 2.0 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 Jun 22 15:07:04 2013
10 */
11/* Compiler settings for UaMobileTools.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_IKyivstarUaBalanceQuery,0x48174E17,0xC955,0x4FD9,0x96,0x71,0x98,0x14,0x71,0x08,0x55,0xA3);
71
72
73MIDL_DEFINE_GUID(IID, LIBID_AlaxInfoUaMobileTools,0x4A08DB2F,0x10FA,0x483C,0x85,0xD3,0x84,0xF7,0x17,0x83,0x34,0x44);
74
75
76MIDL_DEFINE_GUID(CLSID, CLSID_KyivstarUaBalanceQuery,0xBE7310DD,0xBFCA,0x4676,0x91,0xE0,0xF9,0x23,0x2D,0xF5,0x61,0x55);
77
78#undef MIDL_DEFINE_GUID
79
80#ifdef __cplusplus
81}
82#endif
83
84
85
Note: See TracBrowser for help on using the repository browser.