Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

297 lines
8.7 KiB

  1. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  2. /* File created by MIDL compiler version 6.00.0361 */
  3. /* Compiler settings for nsscore.idl:
  4. Oicf, W1, Zp8, env=Win32 (32b run)
  5. protocol : dce , ms_ext, c_ext, robust
  6. error checks: allocation ref bounds_check enum stub_data
  7. VC __declspec() decoration level:
  8. __declspec(uuid()), __declspec(selectany), __declspec(novtable)
  9. DECLSPEC_UUID(), MIDL_INTERFACE()
  10. */
  11. //@@MIDL_FILE_HEADING( )
  12. #pragma warning( disable: 4049 ) /* more than 64k source lines */
  13. /* verify that the <rpcndr.h> version is high enough to compile this file*/
  14. #ifndef __REQUIRED_RPCNDR_H_VERSION__
  15. #define __REQUIRED_RPCNDR_H_VERSION__ 475
  16. #endif
  17. #include "rpc.h"
  18. #include "rpcndr.h"
  19. #ifndef __RPCNDR_H_VERSION__
  20. #error this stub requires an updated version of <rpcndr.h>
  21. #endif // __RPCNDR_H_VERSION__
  22. #ifndef COM_NO_WINDOWS_H
  23. #include "windows.h"
  24. #include "ole2.h"
  25. #endif /*COM_NO_WINDOWS_H*/
  26. #ifndef __nsscore_h__
  27. #define __nsscore_h__
  28. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  29. #pragma once
  30. #endif
  31. /* Forward Declarations */
  32. #ifndef __IWMSClassObject_FWD_DEFINED__
  33. #define __IWMSClassObject_FWD_DEFINED__
  34. typedef interface IWMSClassObject IWMSClassObject;
  35. #endif /* __IWMSClassObject_FWD_DEFINED__ */
  36. /* header files for imported files */
  37. #include "oaidl.h"
  38. #include "wmscontext.h"
  39. #ifdef __cplusplus
  40. extern "C"{
  41. #endif
  42. void * __RPC_USER MIDL_user_allocate(size_t);
  43. void __RPC_USER MIDL_user_free( void * );
  44. /* interface __MIDL_itf_nsscore_0000 */
  45. /* [local] */
  46. //*****************************************************************************
  47. //
  48. // Microsoft Windows Media
  49. // Copyright (C) Microsoft Corporation. All rights reserved.
  50. //
  51. // Automatically generated by Midl from nsscore.idl
  52. //
  53. // DO NOT EDIT THIS FILE.
  54. //
  55. //*****************************************************************************
  56. #if _MSC_VER > 1000
  57. #pragma once
  58. #endif // _MSC_VER > 1000
  59. EXTERN_GUID( IID_IWMSClassObject, 0xF54E23A4,0x1B1A,0x11d1,0x9E,0x90,0x00,0x60,0x97,0xD2,0xD7,0xCF );
  60. extern RPC_IF_HANDLE __MIDL_itf_nsscore_0000_v0_0_c_ifspec;
  61. extern RPC_IF_HANDLE __MIDL_itf_nsscore_0000_v0_0_s_ifspec;
  62. #ifndef __IWMSClassObject_INTERFACE_DEFINED__
  63. #define __IWMSClassObject_INTERFACE_DEFINED__
  64. /* interface IWMSClassObject */
  65. /* [object][helpstring][version][uuid] */
  66. EXTERN_C const IID IID_IWMSClassObject;
  67. #if defined(__cplusplus) && !defined(CINTERFACE)
  68. MIDL_INTERFACE("F54E23A4-1B1A-11d1-9E90-006097D2D7CF")
  69. IWMSClassObject : public IUnknown
  70. {
  71. public:
  72. virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE CreateInstance(
  73. /* [in] */ REFIID riid,
  74. /* [iid_is][out] */ void **ppunk) = 0;
  75. virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE AllocIWMSPacket(
  76. /* [in] */ REFIID riid,
  77. /* [iid_is][out] */ void **ppunk) = 0;
  78. virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE AllocIWMSPacketList(
  79. /* [in] */ REFIID riid,
  80. /* [iid_is][out] */ void **ppunk) = 0;
  81. virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE AllocIWMSContext(
  82. /* [in] */ REFIID riid,
  83. /* [in] */ WMS_CONTEXT_TYPE ContextType,
  84. /* [in] */ IUnknown *pRelatedContext,
  85. /* [iid_is][out] */ void **ppunk) = 0;
  86. virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE AllocIWMSCommandContext(
  87. /* [in] */ REFIID riid,
  88. /* [in] */ IUnknown *pRelatedContext,
  89. /* [iid_is][out] */ void **ppunk) = 0;
  90. };
  91. #else /* C style interface */
  92. typedef struct IWMSClassObjectVtbl
  93. {
  94. BEGIN_INTERFACE
  95. HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
  96. IWMSClassObject * This,
  97. /* [in] */ REFIID riid,
  98. /* [iid_is][out] */ void **ppvObject);
  99. ULONG ( STDMETHODCALLTYPE *AddRef )(
  100. IWMSClassObject * This);
  101. ULONG ( STDMETHODCALLTYPE *Release )(
  102. IWMSClassObject * This);
  103. /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *CreateInstance )(
  104. IWMSClassObject * This,
  105. /* [in] */ REFIID riid,
  106. /* [iid_is][out] */ void **ppunk);
  107. /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *AllocIWMSPacket )(
  108. IWMSClassObject * This,
  109. /* [in] */ REFIID riid,
  110. /* [iid_is][out] */ void **ppunk);
  111. /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *AllocIWMSPacketList )(
  112. IWMSClassObject * This,
  113. /* [in] */ REFIID riid,
  114. /* [iid_is][out] */ void **ppunk);
  115. /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *AllocIWMSContext )(
  116. IWMSClassObject * This,
  117. /* [in] */ REFIID riid,
  118. /* [in] */ WMS_CONTEXT_TYPE ContextType,
  119. /* [in] */ IUnknown *pRelatedContext,
  120. /* [iid_is][out] */ void **ppunk);
  121. /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *AllocIWMSCommandContext )(
  122. IWMSClassObject * This,
  123. /* [in] */ REFIID riid,
  124. /* [in] */ IUnknown *pRelatedContext,
  125. /* [iid_is][out] */ void **ppunk);
  126. END_INTERFACE
  127. } IWMSClassObjectVtbl;
  128. interface IWMSClassObject
  129. {
  130. CONST_VTBL struct IWMSClassObjectVtbl *lpVtbl;
  131. };
  132. #ifdef COBJMACROS
  133. #define IWMSClassObject_QueryInterface(This,riid,ppvObject) \
  134. (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  135. #define IWMSClassObject_AddRef(This) \
  136. (This)->lpVtbl -> AddRef(This)
  137. #define IWMSClassObject_Release(This) \
  138. (This)->lpVtbl -> Release(This)
  139. #define IWMSClassObject_CreateInstance(This,riid,ppunk) \
  140. (This)->lpVtbl -> CreateInstance(This,riid,ppunk)
  141. #define IWMSClassObject_AllocIWMSPacket(This,riid,ppunk) \
  142. (This)->lpVtbl -> AllocIWMSPacket(This,riid,ppunk)
  143. #define IWMSClassObject_AllocIWMSPacketList(This,riid,ppunk) \
  144. (This)->lpVtbl -> AllocIWMSPacketList(This,riid,ppunk)
  145. #define IWMSClassObject_AllocIWMSContext(This,riid,ContextType,pRelatedContext,ppunk) \
  146. (This)->lpVtbl -> AllocIWMSContext(This,riid,ContextType,pRelatedContext,ppunk)
  147. #define IWMSClassObject_AllocIWMSCommandContext(This,riid,pRelatedContext,ppunk) \
  148. (This)->lpVtbl -> AllocIWMSCommandContext(This,riid,pRelatedContext,ppunk)
  149. #endif /* COBJMACROS */
  150. #endif /* C style interface */
  151. /* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSClassObject_CreateInstance_Proxy(
  152. IWMSClassObject * This,
  153. /* [in] */ REFIID riid,
  154. /* [iid_is][out] */ void **ppunk);
  155. void __RPC_STUB IWMSClassObject_CreateInstance_Stub(
  156. IRpcStubBuffer *This,
  157. IRpcChannelBuffer *_pRpcChannelBuffer,
  158. PRPC_MESSAGE _pRpcMessage,
  159. DWORD *_pdwStubPhase);
  160. /* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSClassObject_AllocIWMSPacket_Proxy(
  161. IWMSClassObject * This,
  162. /* [in] */ REFIID riid,
  163. /* [iid_is][out] */ void **ppunk);
  164. void __RPC_STUB IWMSClassObject_AllocIWMSPacket_Stub(
  165. IRpcStubBuffer *This,
  166. IRpcChannelBuffer *_pRpcChannelBuffer,
  167. PRPC_MESSAGE _pRpcMessage,
  168. DWORD *_pdwStubPhase);
  169. /* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSClassObject_AllocIWMSPacketList_Proxy(
  170. IWMSClassObject * This,
  171. /* [in] */ REFIID riid,
  172. /* [iid_is][out] */ void **ppunk);
  173. void __RPC_STUB IWMSClassObject_AllocIWMSPacketList_Stub(
  174. IRpcStubBuffer *This,
  175. IRpcChannelBuffer *_pRpcChannelBuffer,
  176. PRPC_MESSAGE _pRpcMessage,
  177. DWORD *_pdwStubPhase);
  178. /* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSClassObject_AllocIWMSContext_Proxy(
  179. IWMSClassObject * This,
  180. /* [in] */ REFIID riid,
  181. /* [in] */ WMS_CONTEXT_TYPE ContextType,
  182. /* [in] */ IUnknown *pRelatedContext,
  183. /* [iid_is][out] */ void **ppunk);
  184. void __RPC_STUB IWMSClassObject_AllocIWMSContext_Stub(
  185. IRpcStubBuffer *This,
  186. IRpcChannelBuffer *_pRpcChannelBuffer,
  187. PRPC_MESSAGE _pRpcMessage,
  188. DWORD *_pdwStubPhase);
  189. /* [helpstring] */ HRESULT STDMETHODCALLTYPE IWMSClassObject_AllocIWMSCommandContext_Proxy(
  190. IWMSClassObject * This,
  191. /* [in] */ REFIID riid,
  192. /* [in] */ IUnknown *pRelatedContext,
  193. /* [iid_is][out] */ void **ppunk);
  194. void __RPC_STUB IWMSClassObject_AllocIWMSCommandContext_Stub(
  195. IRpcStubBuffer *This,
  196. IRpcChannelBuffer *_pRpcChannelBuffer,
  197. PRPC_MESSAGE _pRpcMessage,
  198. DWORD *_pdwStubPhase);
  199. #endif /* __IWMSClassObject_INTERFACE_DEFINED__ */
  200. /* Additional Prototypes for ALL interfaces */
  201. /* end of Additional Prototypes */
  202. #ifdef __cplusplus
  203. }
  204. #endif
  205. #endif