source: anotherchoice/tags/jsp-1.4.4-full-UTF8/windev/devicemanager/devicemanager_i.c@ 26

Last change on this file since 26 was 26, checked in by ykominami, 12 years ago

initial

File size: 2.1 KB
Line 
1/* this file contains the actual definitions of */
2/* the IIDs and CLSIDs */
3
4/* link this file in with the server and any clients */
5
6
7/* File created by MIDL compiler version 5.01.0164 */
8/* at Thu Oct 23 16:29:48 2003
9 */
10/* Compiler settings for C:\Temporary\Archives\jsp\jsp\windev\devicemanager\devicemanager.idl:
11 Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext
12 error checks: allocation ref bounds_check enum stub_data
13*/
14//@@MIDL_FILE_HEADING( )
15#ifdef __cplusplus
16extern "C"{
17#endif
18
19
20#ifndef __IID_DEFINED__
21#define __IID_DEFINED__
22
23typedef struct _IID
24{
25 unsigned long x;
26 unsigned short s1;
27 unsigned short s2;
28 unsigned char c[8];
29} IID;
30
31#endif // __IID_DEFINED__
32
33#ifndef CLSID_DEFINED
34#define CLSID_DEFINED
35typedef IID CLSID;
36#endif // CLSID_DEFINED
37
38const IID IID_IInformation = {0x0FDFFA99,0x68D5,0x4BE0,{0x89,0x84,0xFB,0x6A,0x3A,0x2C,0x0A,0xAC}};
39
40
41const IID IID_IDevice = {0x6575FAAB,0x8750,0x42D2,{0xAD,0xDD,0x4B,0xE7,0x64,0xAA,0x27,0x67}};
42
43
44const IID IID__IDeviceEvents = {0xDA93137D,0xFB52,0x4421,{0xB9,0x5D,0x90,0x77,0x34,0x0A,0xD0,0x3B}};
45
46
47const IID IID_IKernel = {0xD3E42099,0x3FDD,0x4A78,{0xBD,0xBD,0x4E,0x57,0xD3,0x62,0xF5,0xED}};
48
49
50const IID IID__IKernelEvents = {0x1353969D,0xE84F,0x463F,{0xB2,0x11,0x33,0x7E,0x9B,0xCF,0xB9,0x9E}};
51
52
53const IID IID__IInformationEvents = {0x11E125BE,0xFC60,0x4DC9,{0x83,0x93,0xDC,0x39,0x3B,0x55,0x6D,0x06}};
54
55
56const IID IID_IKernelLog = {0x395F900A,0xAC7E,0x4A78,{0x9B,0xC1,0xEE,0x5E,0xF7,0x62,0x54,0xFF}};
57
58
59const IID IID__IKernelLogEvents = {0x35E35399,0x55ED,0x45FC,{0x8F,0x0B,0x4A,0x1B,0xC6,0xCE,0xA3,0xF0}};
60
61
62const IID LIBID_ATLDEVICEMANAGERLib = {0xF15F5272,0x83F3,0x42C3,{0x87,0x4C,0xE4,0xFF,0x2B,0x90,0x4A,0xC2}};
63
64
65const CLSID CLSID_Device = {0xFEE2A68B,0x7F98,0x40E0,{0x98,0x53,0x18,0x3E,0xE6,0x8B,0xC7,0xF8}};
66
67
68const CLSID CLSID_Information = {0xD7AAF617,0x008A,0x4961,{0xBB,0x51,0x04,0x1C,0xFD,0x49,0x0E,0xD3}};
69
70
71const CLSID CLSID_Kernel = {0x51789667,0x9F20,0x40AF,{0xAF,0x7F,0x98,0x56,0x32,0x5D,0xFB,0x0B}};
72
73
74const CLSID CLSID_KernelLog = {0x4BD327FC,0x9E4A,0x4A5D,{0x95,0x03,0x27,0xC9,0x79,0xA8,0xE8,0x02}};
75
76
77#ifdef __cplusplus
78}
79#endif
80
Note: See TracBrowser for help on using the repository browser.