]> git.sesse.net Git - vlc/blob - activex/axvlc_idl.c
- miscelleanous fixes and improvements
[vlc] / activex / axvlc_idl.c
1 /* this file contains the actual definitions of */\r
2 /* the IIDs and CLSIDs */\r
3 \r
4 /* link this file in with the server and any clients */\r
5 \r
6 \r
7 /* File created by MIDL compiler version 5.01.0164 */\r
8 /* at Thu Feb 17 09:25:54 2005\r
9  */\r
10 /* Compiler settings for axvlc.idl:\r
11     Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext\r
12     error checks: allocation ref bounds_check enum stub_data \r
13 */\r
14 //@@MIDL_FILE_HEADING(  )\r
15 #ifdef __cplusplus\r
16 extern "C"{\r
17 #endif \r
18 \r
19 \r
20 #ifndef __IID_DEFINED__\r
21 #define __IID_DEFINED__\r
22 \r
23 typedef struct _IID\r
24 {\r
25     unsigned long x;\r
26     unsigned short s1;\r
27     unsigned short s2;\r
28     unsigned char  c[8];\r
29 } IID;\r
30 \r
31 #endif // __IID_DEFINED__\r
32 \r
33 #ifndef CLSID_DEFINED\r
34 #define CLSID_DEFINED\r
35 typedef IID CLSID;\r
36 #endif // CLSID_DEFINED\r
37 \r
38 const IID LIBID_AXVLC = {0xDF2BBE39,0x40A8,0x433b,{0xA2,0x79,0x07,0x3F,0x48,0xDA,0x94,0xB6}};\r
39 \r
40 \r
41 const IID IID_IVLCControl = {0xC2FA41D0,0xB113,0x476e,{0xAC,0x8C,0x9B,0xD1,0x49,0x99,0xC1,0xC1}};\r
42 \r
43 \r
44 const IID DIID_DVLCEvents = {0xDF48072F,0x5EF8,0x434e,{0x9B,0x40,0xE2,0xF3,0xAE,0x75,0x9B,0x5F}};\r
45 \r
46 \r
47 const CLSID CLSID_VLCPlugin = {0xE23FE9C6,0x778E,0x49D4,{0xB5,0x37,0x38,0xFC,0xDE,0x48,0x87,0xD8}};\r
48 \r
49 \r
50 #ifdef __cplusplus\r
51 }\r
52 #endif\r
53 \r