Source code of Windows XP (NT5)
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.

251 lines
7.3 KiB

  1. /* this ALWAYS GENERATED file contains the definitions for the interfaces */
  2. /* File created by MIDL compiler version 5.01.0164 */
  3. /* at Wed Dec 29 17:37:20 1999
  4. */
  5. /* Compiler settings for C:\tmp\tvprof\tvprof.idl:
  6. Oicf (OptLev=i2), W1, Zp8, env=Win32, ms_ext, c_ext
  7. error checks: allocation ref bounds_check enum stub_data
  8. */
  9. //@@MIDL_FILE_HEADING( )
  10. /* verify that the <rpcndr.h> version is high enough to compile this file*/
  11. #ifndef __REQUIRED_RPCNDR_H_VERSION__
  12. #define __REQUIRED_RPCNDR_H_VERSION__ 440
  13. #endif
  14. #include "rpc.h"
  15. #include "rpcndr.h"
  16. #ifndef __RPCNDR_H_VERSION__
  17. #error this stub requires an updated version of <rpcndr.h>
  18. #endif // __RPCNDR_H_VERSION__
  19. #ifndef COM_NO_WINDOWS_H
  20. #include "windows.h"
  21. #include "ole2.h"
  22. #endif /*COM_NO_WINDOWS_H*/
  23. #ifndef __tvprof_h__
  24. #define __tvprof_h__
  25. #ifdef __cplusplus
  26. extern "C"{
  27. #endif
  28. /* Forward Declarations */
  29. #ifndef __ITVProfile_FWD_DEFINED__
  30. #define __ITVProfile_FWD_DEFINED__
  31. typedef interface ITVProfile ITVProfile;
  32. #endif /* __ITVProfile_FWD_DEFINED__ */
  33. #ifndef __TVProfile_FWD_DEFINED__
  34. #define __TVProfile_FWD_DEFINED__
  35. #ifdef __cplusplus
  36. typedef class TVProfile TVProfile;
  37. #else
  38. typedef struct TVProfile TVProfile;
  39. #endif /* __cplusplus */
  40. #endif /* __TVProfile_FWD_DEFINED__ */
  41. /* header files for imported files */
  42. #include "oaidl.h"
  43. #include "ocidl.h"
  44. void __RPC_FAR * __RPC_USER MIDL_user_allocate(size_t);
  45. void __RPC_USER MIDL_user_free( void __RPC_FAR * );
  46. #ifndef __ITVProfile_INTERFACE_DEFINED__
  47. #define __ITVProfile_INTERFACE_DEFINED__
  48. /* interface ITVProfile */
  49. /* [unique][helpstring][dual][uuid][object] */
  50. EXTERN_C const IID IID_ITVProfile;
  51. #if defined(__cplusplus) && !defined(CINTERFACE)
  52. MIDL_INTERFACE("28B576D7-E966-4393-AAF2-F139B096DD4C")
  53. ITVProfile : public IDispatch
  54. {
  55. public:
  56. virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_IPSinkAddress(
  57. /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  58. virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_AudioDestination(
  59. /* [retval][out] */ long __RPC_FAR *pVal) = 0;
  60. };
  61. #else /* C style interface */
  62. typedef struct ITVProfileVtbl
  63. {
  64. BEGIN_INTERFACE
  65. HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
  66. ITVProfile __RPC_FAR * This,
  67. /* [in] */ REFIID riid,
  68. /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
  69. ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
  70. ITVProfile __RPC_FAR * This);
  71. ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
  72. ITVProfile __RPC_FAR * This);
  73. HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfoCount )(
  74. ITVProfile __RPC_FAR * This,
  75. /* [out] */ UINT __RPC_FAR *pctinfo);
  76. HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfo )(
  77. ITVProfile __RPC_FAR * This,
  78. /* [in] */ UINT iTInfo,
  79. /* [in] */ LCID lcid,
  80. /* [out] */ ITypeInfo __RPC_FAR *__RPC_FAR *ppTInfo);
  81. HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetIDsOfNames )(
  82. ITVProfile __RPC_FAR * This,
  83. /* [in] */ REFIID riid,
  84. /* [size_is][in] */ LPOLESTR __RPC_FAR *rgszNames,
  85. /* [in] */ UINT cNames,
  86. /* [in] */ LCID lcid,
  87. /* [size_is][out] */ DISPID __RPC_FAR *rgDispId);
  88. /* [local] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Invoke )(
  89. ITVProfile __RPC_FAR * This,
  90. /* [in] */ DISPID dispIdMember,
  91. /* [in] */ REFIID riid,
  92. /* [in] */ LCID lcid,
  93. /* [in] */ WORD wFlags,
  94. /* [out][in] */ DISPPARAMS __RPC_FAR *pDispParams,
  95. /* [out] */ VARIANT __RPC_FAR *pVarResult,
  96. /* [out] */ EXCEPINFO __RPC_FAR *pExcepInfo,
  97. /* [out] */ UINT __RPC_FAR *puArgErr);
  98. /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_IPSinkAddress )(
  99. ITVProfile __RPC_FAR * This,
  100. /* [retval][out] */ BSTR __RPC_FAR *pVal);
  101. /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_AudioDestination )(
  102. ITVProfile __RPC_FAR * This,
  103. /* [retval][out] */ long __RPC_FAR *pVal);
  104. END_INTERFACE
  105. } ITVProfileVtbl;
  106. interface ITVProfile
  107. {
  108. CONST_VTBL struct ITVProfileVtbl __RPC_FAR *lpVtbl;
  109. };
  110. #ifdef COBJMACROS
  111. #define ITVProfile_QueryInterface(This,riid,ppvObject) \
  112. (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  113. #define ITVProfile_AddRef(This) \
  114. (This)->lpVtbl -> AddRef(This)
  115. #define ITVProfile_Release(This) \
  116. (This)->lpVtbl -> Release(This)
  117. #define ITVProfile_GetTypeInfoCount(This,pctinfo) \
  118. (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
  119. #define ITVProfile_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
  120. (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  121. #define ITVProfile_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
  122. (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  123. #define ITVProfile_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
  124. (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  125. #define ITVProfile_get_IPSinkAddress(This,pVal) \
  126. (This)->lpVtbl -> get_IPSinkAddress(This,pVal)
  127. #define ITVProfile_get_AudioDestination(This,pVal) \
  128. (This)->lpVtbl -> get_AudioDestination(This,pVal)
  129. #endif /* COBJMACROS */
  130. #endif /* C style interface */
  131. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ITVProfile_get_IPSinkAddress_Proxy(
  132. ITVProfile __RPC_FAR * This,
  133. /* [retval][out] */ BSTR __RPC_FAR *pVal);
  134. void __RPC_STUB ITVProfile_get_IPSinkAddress_Stub(
  135. IRpcStubBuffer *This,
  136. IRpcChannelBuffer *_pRpcChannelBuffer,
  137. PRPC_MESSAGE _pRpcMessage,
  138. DWORD *_pdwStubPhase);
  139. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ITVProfile_get_AudioDestination_Proxy(
  140. ITVProfile __RPC_FAR * This,
  141. /* [retval][out] */ long __RPC_FAR *pVal);
  142. void __RPC_STUB ITVProfile_get_AudioDestination_Stub(
  143. IRpcStubBuffer *This,
  144. IRpcChannelBuffer *_pRpcChannelBuffer,
  145. PRPC_MESSAGE _pRpcMessage,
  146. DWORD *_pdwStubPhase);
  147. #endif /* __ITVProfile_INTERFACE_DEFINED__ */
  148. #ifndef __TVPROFLib_LIBRARY_DEFINED__
  149. #define __TVPROFLib_LIBRARY_DEFINED__
  150. /* library TVPROFLib */
  151. /* [helpstring][version][uuid] */
  152. EXTERN_C const IID LIBID_TVPROFLib;
  153. EXTERN_C const CLSID CLSID_TVProfile;
  154. #ifdef __cplusplus
  155. class DECLSPEC_UUID("EB24C040-9E6B-4469-A425-87DCCFFE4395")
  156. TVProfile;
  157. #endif
  158. #endif /* __TVPROFLib_LIBRARY_DEFINED__ */
  159. /* Additional Prototypes for ALL interfaces */
  160. unsigned long __RPC_USER BSTR_UserSize( unsigned long __RPC_FAR *, unsigned long , BSTR __RPC_FAR * );
  161. unsigned char __RPC_FAR * __RPC_USER BSTR_UserMarshal( unsigned long __RPC_FAR *, unsigned char __RPC_FAR *, BSTR __RPC_FAR * );
  162. unsigned char __RPC_FAR * __RPC_USER BSTR_UserUnmarshal(unsigned long __RPC_FAR *, unsigned char __RPC_FAR *, BSTR __RPC_FAR * );
  163. void __RPC_USER BSTR_UserFree( unsigned long __RPC_FAR *, BSTR __RPC_FAR * );
  164. /* end of Additional Prototypes */
  165. #ifdef __cplusplus
  166. }
  167. #endif
  168. #endif