]> git.sesse.net Git - vlc/blob - activex/axvlc_idl.c
A few adds to fr translation
[vlc] / activex / axvlc_idl.c
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 Sun Aug 21 17:16:22 2005
9  */
10 /* Compiler settings for axvlc.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
16 extern "C"{
17 #endif 
18
19
20 #ifndef __IID_DEFINED__
21 #define __IID_DEFINED__
22
23 typedef 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
35 typedef IID CLSID;
36 #endif // CLSID_DEFINED
37
38 const IID LIBID_AXVLC = {0xDF2BBE39,0x40A8,0x433b,{0xA2,0x79,0x07,0x3F,0x48,0xDA,0x94,0xB6}};
39
40
41 const IID IID_IVLCControl = {0xC2FA41D0,0xB113,0x476e,{0xAC,0x8C,0x9B,0xD1,0x49,0x99,0xC1,0xC1}};
42
43
44 const IID DIID_DVLCEvents = {0xDF48072F,0x5EF8,0x434e,{0x9B,0x40,0xE2,0xF3,0xAE,0x75,0x9B,0x5F}};
45
46
47 const CLSID CLSID_VLCPlugin = {0xE23FE9C6,0x778E,0x49D4,{0xB5,0x37,0x38,0xFC,0xDE,0x48,0x87,0xD8}};
48
49
50 #ifdef __cplusplus
51 }
52 #endif
53