1
2
3 /* this ALWAYS GENERATED file contains the definitions for the interfaces */
4
5
6  /* File created by MIDL compiler version 7.00.0499 */
7 /* Compiler settings for wmsevent.idl:
8       Oicf, W1, Zp8, env=Win32 (32b run)
9       protocol : dce , ms_ext, c_ext, robust
10       error checks: allocation ref bounds_check enum stub_data 
11       VC __declspec() decoration level: 
12                __declspec(uuid()), __declspec(selectany), __declspec(novtable)
13                DECLSPEC_UUID(), MIDL_INTERFACE()
14 */
15 //@@MIDL_FILE_HEADING(  )
16
17 #pragma warning( disable: 4049 )  /* more than 64k source lines */
18
19
20 /* verify that the <rpcndr.h> version is high enough to compile this file*/
21 #ifndef __REQUIRED_RPCNDR_H_VERSION__
22 #define __REQUIRED_RPCNDR_H_VERSION__ 500
23 #endif
24
25 /* verify that the <rpcsal.h> version is high enough to compile this file*/
26 #ifndef __REQUIRED_RPCSAL_H_VERSION__
27 #define __REQUIRED_RPCSAL_H_VERSION__ 100
28 #endif
29
30 #include "rpc.h"
31 #include "rpcndr.h"
32
33 #ifndef __RPCNDR_H_VERSION__
34 #error this stub requires an updated version of <rpcndr.h>
35 #endif // __RPCNDR_H_VERSION__
36
37
38 #ifndef __wmsevent_h__
39 #define __wmsevent_h__
40
41 #if defined(_MSC_VER) && (_MSC_VER >= 1020)
42 #pragma once
43 #endif
44
45 /* Forward Declarations */ 
46
47 /* header files for imported files */
48 #include "oaidl.h"
49
50 #ifdef __cplusplus
51 extern "C"{
52 #endif 
53
54
55 /* interface __MIDL_itf_wmsevent_0000_0000 */
56 /* [local] */ 
57
58 //*****************************************************************************
59 //
60 // Microsoft Windows Media
61 // Copyright (C) Microsoft Corporation. All rights reserved.
62 //
63 // Automatically generated by Midl from wmsevent.idl
64 //
65 // DO NOT EDIT THIS FILE.
66 //
67 //*****************************************************************************
68 #if _MSC_VER > 1000
69 #pragma once
70 #endif // _MSC_VER > 1000
71 #define WMS_EVENT_VERSION 1
72 typedef /* [public] */ 
Lines 73 ... 82 are skipped.
83     WMS_EVENT_SELECT_STREAMS    = 9,
84     WMS_EVENT_INITIALIZE_PLAYLIST    = 10,
85     WMS_EVENT_PLAY    = 11,
86     WMS_EVENT_PAUSE    = 12,
87     WMS_EVENT_STOP    = 13,
88     WMS_EVENT_CLOSE    = 14,
89     WMS_EVENT_SET_PARAMETER    = 15,
90     WMS_EVENT_GET_PARAMETER    = 16,
91     WMS_EVENT_VALIDATE_PUSH_DISTRIBUTION    = 17,
92     WMS_EVENT_CREATE_DISTRIBUTION_DATA_PATH    = 18,
93     WMS_EVENT_DESTROY_DISTRIBUTION_DATA_PATH    = 19,
94     WMS_EVENT_LOG    = 20,
95     WMS_EVENT_SERVER    = 21,
96     WMS_EVENT_PUBLISHING_POINT    = 22,
97     WMS_EVENT_LIMIT_CHANGE    = 23,
98     WMS_EVENT_LIMIT_HIT    = 24,
99     WMS_EVENT_PLUGIN    = 25,
100     WMS_EVENT_PLAYLIST    = 26,
101     WMS_EVENT_CACHE    = 27,
102     WMS_EVENT_REMOTE_CACHE_OPEN    = 28,
103     WMS_EVENT_REMOTE_CACHE_CLOSE    = 29,
104     WMS_EVENT_REMOTE_CACHE_LOG    = 30,
105     WMS_NUM_EVENTS    = 31
106       }     WMS_EVENT_TYPE;
107
108 typedef struct WMS_EVENT
109       {
110       long Version;
111       WMS_EVENT_TYPE Type;
112       long hr;
113       }     WMS_EVENT;
114
115
116
117 extern RPC_IF_HANDLE __MIDL_itf_wmsevent_0000_0000_v0_0_c_ifspec;
118 extern RPC_IF_HANDLE __MIDL_itf_wmsevent_0000_0000_v0_0_s_ifspec;
119
120 /* Additional Prototypes for ALL interfaces */
121
122 /* end of Additional Prototypes */
123
124 #ifdef __cplusplus
125 }
126 #endif
127
128 #endif
129
130
131
132