tuner.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:386k
源码类别:

模拟服务器

开发平台:

C/C++

  1. #define IMPEG2Component_GetTypeInfoCount(This,pctinfo)
  2.     (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
  3. #define IMPEG2Component_GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  4.     (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  5. #define IMPEG2Component_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  6.     (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  7. #define IMPEG2Component_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  8.     (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  9. #define IMPEG2Component_get_Type(This,CT)
  10.     (This)->lpVtbl -> get_Type(This,CT)
  11. #define IMPEG2Component_put_Type(This,CT)
  12.     (This)->lpVtbl -> put_Type(This,CT)
  13. #define IMPEG2Component_get_DescLangID(This,LangID)
  14.     (This)->lpVtbl -> get_DescLangID(This,LangID)
  15. #define IMPEG2Component_put_DescLangID(This,LangID)
  16.     (This)->lpVtbl -> put_DescLangID(This,LangID)
  17. #define IMPEG2Component_get_Status(This,Status)
  18.     (This)->lpVtbl -> get_Status(This,Status)
  19. #define IMPEG2Component_put_Status(This,Status)
  20.     (This)->lpVtbl -> put_Status(This,Status)
  21. #define IMPEG2Component_get_Description(This,Description)
  22.     (This)->lpVtbl -> get_Description(This,Description)
  23. #define IMPEG2Component_put_Description(This,Description)
  24.     (This)->lpVtbl -> put_Description(This,Description)
  25. #define IMPEG2Component_Clone(This,NewComponent)
  26.     (This)->lpVtbl -> Clone(This,NewComponent)
  27. #define IMPEG2Component_get_PID(This,PID)
  28.     (This)->lpVtbl -> get_PID(This,PID)
  29. #define IMPEG2Component_put_PID(This,PID)
  30.     (This)->lpVtbl -> put_PID(This,PID)
  31. #define IMPEG2Component_get_PCRPID(This,PCRPID)
  32.     (This)->lpVtbl -> get_PCRPID(This,PCRPID)
  33. #define IMPEG2Component_put_PCRPID(This,PCRPID)
  34.     (This)->lpVtbl -> put_PCRPID(This,PCRPID)
  35. #define IMPEG2Component_get_ProgramNumber(This,ProgramNumber)
  36.     (This)->lpVtbl -> get_ProgramNumber(This,ProgramNumber)
  37. #define IMPEG2Component_put_ProgramNumber(This,ProgramNumber)
  38.     (This)->lpVtbl -> put_ProgramNumber(This,ProgramNumber)
  39. #endif /* COBJMACROS */
  40. #endif  /* C style interface */
  41. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IMPEG2Component_get_PID_Proxy( 
  42.     IMPEG2Component * This,
  43.     /* [retval][out] */ long *PID);
  44. void __RPC_STUB IMPEG2Component_get_PID_Stub(
  45.     IRpcStubBuffer *This,
  46.     IRpcChannelBuffer *_pRpcChannelBuffer,
  47.     PRPC_MESSAGE _pRpcMessage,
  48.     DWORD *_pdwStubPhase);
  49. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IMPEG2Component_put_PID_Proxy( 
  50.     IMPEG2Component * This,
  51.     /* [in] */ long PID);
  52. void __RPC_STUB IMPEG2Component_put_PID_Stub(
  53.     IRpcStubBuffer *This,
  54.     IRpcChannelBuffer *_pRpcChannelBuffer,
  55.     PRPC_MESSAGE _pRpcMessage,
  56.     DWORD *_pdwStubPhase);
  57. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IMPEG2Component_get_PCRPID_Proxy( 
  58.     IMPEG2Component * This,
  59.     /* [retval][out] */ long *PCRPID);
  60. void __RPC_STUB IMPEG2Component_get_PCRPID_Stub(
  61.     IRpcStubBuffer *This,
  62.     IRpcChannelBuffer *_pRpcChannelBuffer,
  63.     PRPC_MESSAGE _pRpcMessage,
  64.     DWORD *_pdwStubPhase);
  65. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IMPEG2Component_put_PCRPID_Proxy( 
  66.     IMPEG2Component * This,
  67.     /* [in] */ long PCRPID);
  68. void __RPC_STUB IMPEG2Component_put_PCRPID_Stub(
  69.     IRpcStubBuffer *This,
  70.     IRpcChannelBuffer *_pRpcChannelBuffer,
  71.     PRPC_MESSAGE _pRpcMessage,
  72.     DWORD *_pdwStubPhase);
  73. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IMPEG2Component_get_ProgramNumber_Proxy( 
  74.     IMPEG2Component * This,
  75.     /* [retval][out] */ long *ProgramNumber);
  76. void __RPC_STUB IMPEG2Component_get_ProgramNumber_Stub(
  77.     IRpcStubBuffer *This,
  78.     IRpcChannelBuffer *_pRpcChannelBuffer,
  79.     PRPC_MESSAGE _pRpcMessage,
  80.     DWORD *_pdwStubPhase);
  81. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IMPEG2Component_put_ProgramNumber_Proxy( 
  82.     IMPEG2Component * This,
  83.     /* [in] */ long ProgramNumber);
  84. void __RPC_STUB IMPEG2Component_put_ProgramNumber_Stub(
  85.     IRpcStubBuffer *This,
  86.     IRpcChannelBuffer *_pRpcChannelBuffer,
  87.     PRPC_MESSAGE _pRpcMessage,
  88.     DWORD *_pdwStubPhase);
  89. #endif  /* __IMPEG2Component_INTERFACE_DEFINED__ */
  90. #ifndef __IEnumComponents_INTERFACE_DEFINED__
  91. #define __IEnumComponents_INTERFACE_DEFINED__
  92. /* interface IEnumComponents */
  93. /* [unique][uuid][object][restricted][hidden] */ 
  94. EXTERN_C const IID IID_IEnumComponents;
  95. #if defined(__cplusplus) && !defined(CINTERFACE)
  96.     
  97.     MIDL_INTERFACE("2A6E2939-2595-11d3-B64C-00C04F79498E")
  98.     IEnumComponents : public IUnknown
  99.     {
  100.     public:
  101.         virtual HRESULT STDMETHODCALLTYPE Next( 
  102.             /* [in] */ ULONG celt,
  103.             /* [length_is][size_is][out] */ IComponent **rgelt,
  104.             /* [out] */ ULONG *pceltFetched) = 0;
  105.         
  106.         virtual HRESULT STDMETHODCALLTYPE Skip( 
  107.             /* [in] */ ULONG celt) = 0;
  108.         
  109.         virtual HRESULT STDMETHODCALLTYPE Reset( void) = 0;
  110.         
  111.         virtual HRESULT STDMETHODCALLTYPE Clone( 
  112.             /* [out] */ IEnumComponents **ppEnum) = 0;
  113.         
  114.     };
  115.     
  116. #else  /* C style interface */
  117.     typedef struct IEnumComponentsVtbl
  118.     {
  119.         BEGIN_INTERFACE
  120.         
  121.         HRESULT ( STDMETHODCALLTYPE *QueryInterface )( 
  122.             IEnumComponents * This,
  123.             /* [in] */ REFIID riid,
  124.             /* [iid_is][out] */ void **ppvObject);
  125.         
  126.         ULONG ( STDMETHODCALLTYPE *AddRef )( 
  127.             IEnumComponents * This);
  128.         
  129.         ULONG ( STDMETHODCALLTYPE *Release )( 
  130.             IEnumComponents * This);
  131.         
  132.         HRESULT ( STDMETHODCALLTYPE *Next )( 
  133.             IEnumComponents * This,
  134.             /* [in] */ ULONG celt,
  135.             /* [length_is][size_is][out] */ IComponent **rgelt,
  136.             /* [out] */ ULONG *pceltFetched);
  137.         
  138.         HRESULT ( STDMETHODCALLTYPE *Skip )( 
  139.             IEnumComponents * This,
  140.             /* [in] */ ULONG celt);
  141.         
  142.         HRESULT ( STDMETHODCALLTYPE *Reset )( 
  143.             IEnumComponents * This);
  144.         
  145.         HRESULT ( STDMETHODCALLTYPE *Clone )( 
  146.             IEnumComponents * This,
  147.             /* [out] */ IEnumComponents **ppEnum);
  148.         
  149.         END_INTERFACE
  150.     } IEnumComponentsVtbl;
  151.     interface IEnumComponents
  152.     {
  153.         CONST_VTBL struct IEnumComponentsVtbl *lpVtbl;
  154.     };
  155.     
  156. #ifdef COBJMACROS
  157. #define IEnumComponents_QueryInterface(This,riid,ppvObject)
  158.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  159. #define IEnumComponents_AddRef(This)
  160.     (This)->lpVtbl -> AddRef(This)
  161. #define IEnumComponents_Release(This)
  162.     (This)->lpVtbl -> Release(This)
  163. #define IEnumComponents_Next(This,celt,rgelt,pceltFetched)
  164.     (This)->lpVtbl -> Next(This,celt,rgelt,pceltFetched)
  165. #define IEnumComponents_Skip(This,celt)
  166.     (This)->lpVtbl -> Skip(This,celt)
  167. #define IEnumComponents_Reset(This)
  168.     (This)->lpVtbl -> Reset(This)
  169. #define IEnumComponents_Clone(This,ppEnum)
  170.     (This)->lpVtbl -> Clone(This,ppEnum)
  171. #endif /* COBJMACROS */
  172. #endif  /* C style interface */
  173. HRESULT STDMETHODCALLTYPE IEnumComponents_Next_Proxy( 
  174.     IEnumComponents * This,
  175.     /* [in] */ ULONG celt,
  176.     /* [length_is][size_is][out] */ IComponent **rgelt,
  177.     /* [out] */ ULONG *pceltFetched);
  178. void __RPC_STUB IEnumComponents_Next_Stub(
  179.     IRpcStubBuffer *This,
  180.     IRpcChannelBuffer *_pRpcChannelBuffer,
  181.     PRPC_MESSAGE _pRpcMessage,
  182.     DWORD *_pdwStubPhase);
  183. HRESULT STDMETHODCALLTYPE IEnumComponents_Skip_Proxy( 
  184.     IEnumComponents * This,
  185.     /* [in] */ ULONG celt);
  186. void __RPC_STUB IEnumComponents_Skip_Stub(
  187.     IRpcStubBuffer *This,
  188.     IRpcChannelBuffer *_pRpcChannelBuffer,
  189.     PRPC_MESSAGE _pRpcMessage,
  190.     DWORD *_pdwStubPhase);
  191. HRESULT STDMETHODCALLTYPE IEnumComponents_Reset_Proxy( 
  192.     IEnumComponents * This);
  193. void __RPC_STUB IEnumComponents_Reset_Stub(
  194.     IRpcStubBuffer *This,
  195.     IRpcChannelBuffer *_pRpcChannelBuffer,
  196.     PRPC_MESSAGE _pRpcMessage,
  197.     DWORD *_pdwStubPhase);
  198. HRESULT STDMETHODCALLTYPE IEnumComponents_Clone_Proxy( 
  199.     IEnumComponents * This,
  200.     /* [out] */ IEnumComponents **ppEnum);
  201. void __RPC_STUB IEnumComponents_Clone_Stub(
  202.     IRpcStubBuffer *This,
  203.     IRpcChannelBuffer *_pRpcChannelBuffer,
  204.     PRPC_MESSAGE _pRpcMessage,
  205.     DWORD *_pdwStubPhase);
  206. #endif  /* __IEnumComponents_INTERFACE_DEFINED__ */
  207. #ifndef __IComponents_INTERFACE_DEFINED__
  208. #define __IComponents_INTERFACE_DEFINED__
  209. /* interface IComponents */
  210. /* [unique][helpstring][oleautomation][dual][uuid][nonextensible][object] */ 
  211. EXTERN_C const IID IID_IComponents;
  212. #if defined(__cplusplus) && !defined(CINTERFACE)
  213.     
  214.     MIDL_INTERFACE("FCD01846-0E19-11d3-9D8E-00C04F72D980")
  215.     IComponents : public IDispatch
  216.     {
  217.     public:
  218.         virtual /* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE get_Count( 
  219.             /* [retval][out] */ long *Count) = 0;
  220.         
  221.         virtual /* [restricted][hidden][id][propget] */ HRESULT STDMETHODCALLTYPE get__NewEnum( 
  222.             /* [retval][out] */ IEnumVARIANT **ppNewEnum) = 0;
  223.         
  224.         virtual /* [helpstring][restricted][hidden] */ HRESULT STDMETHODCALLTYPE EnumComponents( 
  225.             /* [retval][out] */ IEnumComponents **ppNewEnum) = 0;
  226.         
  227.         virtual /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE get_Item( 
  228.             /* [in] */ VARIANT Index,
  229.             /* [retval][out] */ IComponent **ppComponent) = 0;
  230.         
  231.         virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Add( 
  232.             /* [in] */ IComponent *Component,
  233.             /* [retval][out] */ VARIANT *NewIndex) = 0;
  234.         
  235.         virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Remove( 
  236.             /* [in] */ VARIANT Index) = 0;
  237.         
  238.         virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE Clone( 
  239.             /* [retval][out] */ IComponents **NewList) = 0;
  240.         
  241.     };
  242.     
  243. #else  /* C style interface */
  244.     typedef struct IComponentsVtbl
  245.     {
  246.         BEGIN_INTERFACE
  247.         
  248.         HRESULT ( STDMETHODCALLTYPE *QueryInterface )( 
  249.             IComponents * This,
  250.             /* [in] */ REFIID riid,
  251.             /* [iid_is][out] */ void **ppvObject);
  252.         
  253.         ULONG ( STDMETHODCALLTYPE *AddRef )( 
  254.             IComponents * This);
  255.         
  256.         ULONG ( STDMETHODCALLTYPE *Release )( 
  257.             IComponents * This);
  258.         
  259.         HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )( 
  260.             IComponents * This,
  261.             /* [out] */ UINT *pctinfo);
  262.         
  263.         HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )( 
  264.             IComponents * This,
  265.             /* [in] */ UINT iTInfo,
  266.             /* [in] */ LCID lcid,
  267.             /* [out] */ ITypeInfo **ppTInfo);
  268.         
  269.         HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )( 
  270.             IComponents * This,
  271.             /* [in] */ REFIID riid,
  272.             /* [size_is][in] */ LPOLESTR *rgszNames,
  273.             /* [in] */ UINT cNames,
  274.             /* [in] */ LCID lcid,
  275.             /* [size_is][out] */ DISPID *rgDispId);
  276.         
  277.         /* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )( 
  278.             IComponents * This,
  279.             /* [in] */ DISPID dispIdMember,
  280.             /* [in] */ REFIID riid,
  281.             /* [in] */ LCID lcid,
  282.             /* [in] */ WORD wFlags,
  283.             /* [out][in] */ DISPPARAMS *pDispParams,
  284.             /* [out] */ VARIANT *pVarResult,
  285.             /* [out] */ EXCEPINFO *pExcepInfo,
  286.             /* [out] */ UINT *puArgErr);
  287.         
  288.         /* [helpstring][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Count )( 
  289.             IComponents * This,
  290.             /* [retval][out] */ long *Count);
  291.         
  292.         /* [restricted][hidden][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get__NewEnum )( 
  293.             IComponents * This,
  294.             /* [retval][out] */ IEnumVARIANT **ppNewEnum);
  295.         
  296.         /* [helpstring][restricted][hidden] */ HRESULT ( STDMETHODCALLTYPE *EnumComponents )( 
  297.             IComponents * This,
  298.             /* [retval][out] */ IEnumComponents **ppNewEnum);
  299.         
  300.         /* [helpstring][propget][id] */ HRESULT ( STDMETHODCALLTYPE *get_Item )( 
  301.             IComponents * This,
  302.             /* [in] */ VARIANT Index,
  303.             /* [retval][out] */ IComponent **ppComponent);
  304.         
  305.         /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *Add )( 
  306.             IComponents * This,
  307.             /* [in] */ IComponent *Component,
  308.             /* [retval][out] */ VARIANT *NewIndex);
  309.         
  310.         /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *Remove )( 
  311.             IComponents * This,
  312.             /* [in] */ VARIANT Index);
  313.         
  314.         /* [helpstring] */ HRESULT ( STDMETHODCALLTYPE *Clone )( 
  315.             IComponents * This,
  316.             /* [retval][out] */ IComponents **NewList);
  317.         
  318.         END_INTERFACE
  319.     } IComponentsVtbl;
  320.     interface IComponents
  321.     {
  322.         CONST_VTBL struct IComponentsVtbl *lpVtbl;
  323.     };
  324.     
  325. #ifdef COBJMACROS
  326. #define IComponents_QueryInterface(This,riid,ppvObject)
  327.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  328. #define IComponents_AddRef(This)
  329.     (This)->lpVtbl -> AddRef(This)
  330. #define IComponents_Release(This)
  331.     (This)->lpVtbl -> Release(This)
  332. #define IComponents_GetTypeInfoCount(This,pctinfo)
  333.     (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
  334. #define IComponents_GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  335.     (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  336. #define IComponents_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  337.     (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  338. #define IComponents_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  339.     (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  340. #define IComponents_get_Count(This,Count)
  341.     (This)->lpVtbl -> get_Count(This,Count)
  342. #define IComponents_get__NewEnum(This,ppNewEnum)
  343.     (This)->lpVtbl -> get__NewEnum(This,ppNewEnum)
  344. #define IComponents_EnumComponents(This,ppNewEnum)
  345.     (This)->lpVtbl -> EnumComponents(This,ppNewEnum)
  346. #define IComponents_get_Item(This,Index,ppComponent)
  347.     (This)->lpVtbl -> get_Item(This,Index,ppComponent)
  348. #define IComponents_Add(This,Component,NewIndex)
  349.     (This)->lpVtbl -> Add(This,Component,NewIndex)
  350. #define IComponents_Remove(This,Index)
  351.     (This)->lpVtbl -> Remove(This,Index)
  352. #define IComponents_Clone(This,NewList)
  353.     (This)->lpVtbl -> Clone(This,NewList)
  354. #endif /* COBJMACROS */
  355. #endif  /* C style interface */
  356. /* [helpstring][propget] */ HRESULT STDMETHODCALLTYPE IComponents_get_Count_Proxy( 
  357.     IComponents * This,
  358.     /* [retval][out] */ long *Count);
  359. void __RPC_STUB IComponents_get_Count_Stub(
  360.     IRpcStubBuffer *This,
  361.     IRpcChannelBuffer *_pRpcChannelBuffer,
  362.     PRPC_MESSAGE _pRpcMessage,
  363.     DWORD *_pdwStubPhase);
  364. /* [restricted][hidden][id][propget] */ HRESULT STDMETHODCALLTYPE IComponents_get__NewEnum_Proxy( 
  365.     IComponents * This,
  366.     /* [retval][out] */ IEnumVARIANT **ppNewEnum);
  367. void __RPC_STUB IComponents_get__NewEnum_Stub(
  368.     IRpcStubBuffer *This,
  369.     IRpcChannelBuffer *_pRpcChannelBuffer,
  370.     PRPC_MESSAGE _pRpcMessage,
  371.     DWORD *_pdwStubPhase);
  372. /* [helpstring][restricted][hidden] */ HRESULT STDMETHODCALLTYPE IComponents_EnumComponents_Proxy( 
  373.     IComponents * This,
  374.     /* [retval][out] */ IEnumComponents **ppNewEnum);
  375. void __RPC_STUB IComponents_EnumComponents_Stub(
  376.     IRpcStubBuffer *This,
  377.     IRpcChannelBuffer *_pRpcChannelBuffer,
  378.     PRPC_MESSAGE _pRpcMessage,
  379.     DWORD *_pdwStubPhase);
  380. /* [helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE IComponents_get_Item_Proxy( 
  381.     IComponents * This,
  382.     /* [in] */ VARIANT Index,
  383.     /* [retval][out] */ IComponent **ppComponent);
  384. void __RPC_STUB IComponents_get_Item_Stub(
  385.     IRpcStubBuffer *This,
  386.     IRpcChannelBuffer *_pRpcChannelBuffer,
  387.     PRPC_MESSAGE _pRpcMessage,
  388.     DWORD *_pdwStubPhase);
  389. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IComponents_Add_Proxy( 
  390.     IComponents * This,
  391.     /* [in] */ IComponent *Component,
  392.     /* [retval][out] */ VARIANT *NewIndex);
  393. void __RPC_STUB IComponents_Add_Stub(
  394.     IRpcStubBuffer *This,
  395.     IRpcChannelBuffer *_pRpcChannelBuffer,
  396.     PRPC_MESSAGE _pRpcMessage,
  397.     DWORD *_pdwStubPhase);
  398. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IComponents_Remove_Proxy( 
  399.     IComponents * This,
  400.     /* [in] */ VARIANT Index);
  401. void __RPC_STUB IComponents_Remove_Stub(
  402.     IRpcStubBuffer *This,
  403.     IRpcChannelBuffer *_pRpcChannelBuffer,
  404.     PRPC_MESSAGE _pRpcMessage,
  405.     DWORD *_pdwStubPhase);
  406. /* [helpstring] */ HRESULT STDMETHODCALLTYPE IComponents_Clone_Proxy( 
  407.     IComponents * This,
  408.     /* [retval][out] */ IComponents **NewList);
  409. void __RPC_STUB IComponents_Clone_Stub(
  410.     IRpcStubBuffer *This,
  411.     IRpcChannelBuffer *_pRpcChannelBuffer,
  412.     PRPC_MESSAGE _pRpcMessage,
  413.     DWORD *_pdwStubPhase);
  414. #endif  /* __IComponents_INTERFACE_DEFINED__ */
  415. #ifndef __ILocator_INTERFACE_DEFINED__
  416. #define __ILocator_INTERFACE_DEFINED__
  417. /* interface ILocator */
  418. /* [unique][helpstring][oleautomation][dual][uuid][nonextensible][object] */ 
  419. EXTERN_C const IID IID_ILocator;
  420. #if defined(__cplusplus) && !defined(CINTERFACE)
  421.     
  422.     MIDL_INTERFACE("286D7F89-760C-4F89-80C4-66841D2507AA")
  423.     ILocator : public IDispatch
  424.     {
  425.     public:
  426.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_CarrierFrequency( 
  427.             /* [retval][out] */ long *Frequency) = 0;
  428.         
  429.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_CarrierFrequency( 
  430.             /* [in] */ long Frequency) = 0;
  431.         
  432.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_InnerFEC( 
  433.             /* [retval][out] */ FECMethod *FEC) = 0;
  434.         
  435.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_InnerFEC( 
  436.             /* [in] */ FECMethod FEC) = 0;
  437.         
  438.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_InnerFECRate( 
  439.             /* [retval][out] */ BinaryConvolutionCodeRate *FEC) = 0;
  440.         
  441.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_InnerFECRate( 
  442.             /* [in] */ BinaryConvolutionCodeRate FEC) = 0;
  443.         
  444.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_OuterFEC( 
  445.             /* [retval][out] */ FECMethod *FEC) = 0;
  446.         
  447.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_OuterFEC( 
  448.             /* [in] */ FECMethod FEC) = 0;
  449.         
  450.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_OuterFECRate( 
  451.             /* [retval][out] */ BinaryConvolutionCodeRate *FEC) = 0;
  452.         
  453.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_OuterFECRate( 
  454.             /* [in] */ BinaryConvolutionCodeRate FEC) = 0;
  455.         
  456.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Modulation( 
  457.             /* [retval][out] */ ModulationType *Modulation) = 0;
  458.         
  459.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_Modulation( 
  460.             /* [in] */ ModulationType Modulation) = 0;
  461.         
  462.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_SymbolRate( 
  463.             /* [retval][out] */ long *Rate) = 0;
  464.         
  465.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_SymbolRate( 
  466.             /* [in] */ long Rate) = 0;
  467.         
  468.         virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Clone( 
  469.             /* [retval][out] */ ILocator **NewLocator) = 0;
  470.         
  471.     };
  472.     
  473. #else  /* C style interface */
  474.     typedef struct ILocatorVtbl
  475.     {
  476.         BEGIN_INTERFACE
  477.         
  478.         HRESULT ( STDMETHODCALLTYPE *QueryInterface )( 
  479.             ILocator * This,
  480.             /* [in] */ REFIID riid,
  481.             /* [iid_is][out] */ void **ppvObject);
  482.         
  483.         ULONG ( STDMETHODCALLTYPE *AddRef )( 
  484.             ILocator * This);
  485.         
  486.         ULONG ( STDMETHODCALLTYPE *Release )( 
  487.             ILocator * This);
  488.         
  489.         HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )( 
  490.             ILocator * This,
  491.             /* [out] */ UINT *pctinfo);
  492.         
  493.         HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )( 
  494.             ILocator * This,
  495.             /* [in] */ UINT iTInfo,
  496.             /* [in] */ LCID lcid,
  497.             /* [out] */ ITypeInfo **ppTInfo);
  498.         
  499.         HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )( 
  500.             ILocator * This,
  501.             /* [in] */ REFIID riid,
  502.             /* [size_is][in] */ LPOLESTR *rgszNames,
  503.             /* [in] */ UINT cNames,
  504.             /* [in] */ LCID lcid,
  505.             /* [size_is][out] */ DISPID *rgDispId);
  506.         
  507.         /* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )( 
  508.             ILocator * This,
  509.             /* [in] */ DISPID dispIdMember,
  510.             /* [in] */ REFIID riid,
  511.             /* [in] */ LCID lcid,
  512.             /* [in] */ WORD wFlags,
  513.             /* [out][in] */ DISPPARAMS *pDispParams,
  514.             /* [out] */ VARIANT *pVarResult,
  515.             /* [out] */ EXCEPINFO *pExcepInfo,
  516.             /* [out] */ UINT *puArgErr);
  517.         
  518.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_CarrierFrequency )( 
  519.             ILocator * This,
  520.             /* [retval][out] */ long *Frequency);
  521.         
  522.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_CarrierFrequency )( 
  523.             ILocator * This,
  524.             /* [in] */ long Frequency);
  525.         
  526.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_InnerFEC )( 
  527.             ILocator * This,
  528.             /* [retval][out] */ FECMethod *FEC);
  529.         
  530.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_InnerFEC )( 
  531.             ILocator * This,
  532.             /* [in] */ FECMethod FEC);
  533.         
  534.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_InnerFECRate )( 
  535.             ILocator * This,
  536.             /* [retval][out] */ BinaryConvolutionCodeRate *FEC);
  537.         
  538.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_InnerFECRate )( 
  539.             ILocator * This,
  540.             /* [in] */ BinaryConvolutionCodeRate FEC);
  541.         
  542.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_OuterFEC )( 
  543.             ILocator * This,
  544.             /* [retval][out] */ FECMethod *FEC);
  545.         
  546.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_OuterFEC )( 
  547.             ILocator * This,
  548.             /* [in] */ FECMethod FEC);
  549.         
  550.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_OuterFECRate )( 
  551.             ILocator * This,
  552.             /* [retval][out] */ BinaryConvolutionCodeRate *FEC);
  553.         
  554.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_OuterFECRate )( 
  555.             ILocator * This,
  556.             /* [in] */ BinaryConvolutionCodeRate FEC);
  557.         
  558.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Modulation )( 
  559.             ILocator * This,
  560.             /* [retval][out] */ ModulationType *Modulation);
  561.         
  562.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Modulation )( 
  563.             ILocator * This,
  564.             /* [in] */ ModulationType Modulation);
  565.         
  566.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_SymbolRate )( 
  567.             ILocator * This,
  568.             /* [retval][out] */ long *Rate);
  569.         
  570.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_SymbolRate )( 
  571.             ILocator * This,
  572.             /* [in] */ long Rate);
  573.         
  574.         /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *Clone )( 
  575.             ILocator * This,
  576.             /* [retval][out] */ ILocator **NewLocator);
  577.         
  578.         END_INTERFACE
  579.     } ILocatorVtbl;
  580.     interface ILocator
  581.     {
  582.         CONST_VTBL struct ILocatorVtbl *lpVtbl;
  583.     };
  584.     
  585. #ifdef COBJMACROS
  586. #define ILocator_QueryInterface(This,riid,ppvObject)
  587.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  588. #define ILocator_AddRef(This)
  589.     (This)->lpVtbl -> AddRef(This)
  590. #define ILocator_Release(This)
  591.     (This)->lpVtbl -> Release(This)
  592. #define ILocator_GetTypeInfoCount(This,pctinfo)
  593.     (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
  594. #define ILocator_GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  595.     (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  596. #define ILocator_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  597.     (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  598. #define ILocator_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  599.     (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  600. #define ILocator_get_CarrierFrequency(This,Frequency)
  601.     (This)->lpVtbl -> get_CarrierFrequency(This,Frequency)
  602. #define ILocator_put_CarrierFrequency(This,Frequency)
  603.     (This)->lpVtbl -> put_CarrierFrequency(This,Frequency)
  604. #define ILocator_get_InnerFEC(This,FEC)
  605.     (This)->lpVtbl -> get_InnerFEC(This,FEC)
  606. #define ILocator_put_InnerFEC(This,FEC)
  607.     (This)->lpVtbl -> put_InnerFEC(This,FEC)
  608. #define ILocator_get_InnerFECRate(This,FEC)
  609.     (This)->lpVtbl -> get_InnerFECRate(This,FEC)
  610. #define ILocator_put_InnerFECRate(This,FEC)
  611.     (This)->lpVtbl -> put_InnerFECRate(This,FEC)
  612. #define ILocator_get_OuterFEC(This,FEC)
  613.     (This)->lpVtbl -> get_OuterFEC(This,FEC)
  614. #define ILocator_put_OuterFEC(This,FEC)
  615.     (This)->lpVtbl -> put_OuterFEC(This,FEC)
  616. #define ILocator_get_OuterFECRate(This,FEC)
  617.     (This)->lpVtbl -> get_OuterFECRate(This,FEC)
  618. #define ILocator_put_OuterFECRate(This,FEC)
  619.     (This)->lpVtbl -> put_OuterFECRate(This,FEC)
  620. #define ILocator_get_Modulation(This,Modulation)
  621.     (This)->lpVtbl -> get_Modulation(This,Modulation)
  622. #define ILocator_put_Modulation(This,Modulation)
  623.     (This)->lpVtbl -> put_Modulation(This,Modulation)
  624. #define ILocator_get_SymbolRate(This,Rate)
  625.     (This)->lpVtbl -> get_SymbolRate(This,Rate)
  626. #define ILocator_put_SymbolRate(This,Rate)
  627.     (This)->lpVtbl -> put_SymbolRate(This,Rate)
  628. #define ILocator_Clone(This,NewLocator)
  629.     (This)->lpVtbl -> Clone(This,NewLocator)
  630. #endif /* COBJMACROS */
  631. #endif  /* C style interface */
  632. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ILocator_get_CarrierFrequency_Proxy( 
  633.     ILocator * This,
  634.     /* [retval][out] */ long *Frequency);
  635. void __RPC_STUB ILocator_get_CarrierFrequency_Stub(
  636.     IRpcStubBuffer *This,
  637.     IRpcChannelBuffer *_pRpcChannelBuffer,
  638.     PRPC_MESSAGE _pRpcMessage,
  639.     DWORD *_pdwStubPhase);
  640. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE ILocator_put_CarrierFrequency_Proxy( 
  641.     ILocator * This,
  642.     /* [in] */ long Frequency);
  643. void __RPC_STUB ILocator_put_CarrierFrequency_Stub(
  644.     IRpcStubBuffer *This,
  645.     IRpcChannelBuffer *_pRpcChannelBuffer,
  646.     PRPC_MESSAGE _pRpcMessage,
  647.     DWORD *_pdwStubPhase);
  648. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ILocator_get_InnerFEC_Proxy( 
  649.     ILocator * This,
  650.     /* [retval][out] */ FECMethod *FEC);
  651. void __RPC_STUB ILocator_get_InnerFEC_Stub(
  652.     IRpcStubBuffer *This,
  653.     IRpcChannelBuffer *_pRpcChannelBuffer,
  654.     PRPC_MESSAGE _pRpcMessage,
  655.     DWORD *_pdwStubPhase);
  656. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE ILocator_put_InnerFEC_Proxy( 
  657.     ILocator * This,
  658.     /* [in] */ FECMethod FEC);
  659. void __RPC_STUB ILocator_put_InnerFEC_Stub(
  660.     IRpcStubBuffer *This,
  661.     IRpcChannelBuffer *_pRpcChannelBuffer,
  662.     PRPC_MESSAGE _pRpcMessage,
  663.     DWORD *_pdwStubPhase);
  664. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ILocator_get_InnerFECRate_Proxy( 
  665.     ILocator * This,
  666.     /* [retval][out] */ BinaryConvolutionCodeRate *FEC);
  667. void __RPC_STUB ILocator_get_InnerFECRate_Stub(
  668.     IRpcStubBuffer *This,
  669.     IRpcChannelBuffer *_pRpcChannelBuffer,
  670.     PRPC_MESSAGE _pRpcMessage,
  671.     DWORD *_pdwStubPhase);
  672. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE ILocator_put_InnerFECRate_Proxy( 
  673.     ILocator * This,
  674.     /* [in] */ BinaryConvolutionCodeRate FEC);
  675. void __RPC_STUB ILocator_put_InnerFECRate_Stub(
  676.     IRpcStubBuffer *This,
  677.     IRpcChannelBuffer *_pRpcChannelBuffer,
  678.     PRPC_MESSAGE _pRpcMessage,
  679.     DWORD *_pdwStubPhase);
  680. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ILocator_get_OuterFEC_Proxy( 
  681.     ILocator * This,
  682.     /* [retval][out] */ FECMethod *FEC);
  683. void __RPC_STUB ILocator_get_OuterFEC_Stub(
  684.     IRpcStubBuffer *This,
  685.     IRpcChannelBuffer *_pRpcChannelBuffer,
  686.     PRPC_MESSAGE _pRpcMessage,
  687.     DWORD *_pdwStubPhase);
  688. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE ILocator_put_OuterFEC_Proxy( 
  689.     ILocator * This,
  690.     /* [in] */ FECMethod FEC);
  691. void __RPC_STUB ILocator_put_OuterFEC_Stub(
  692.     IRpcStubBuffer *This,
  693.     IRpcChannelBuffer *_pRpcChannelBuffer,
  694.     PRPC_MESSAGE _pRpcMessage,
  695.     DWORD *_pdwStubPhase);
  696. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ILocator_get_OuterFECRate_Proxy( 
  697.     ILocator * This,
  698.     /* [retval][out] */ BinaryConvolutionCodeRate *FEC);
  699. void __RPC_STUB ILocator_get_OuterFECRate_Stub(
  700.     IRpcStubBuffer *This,
  701.     IRpcChannelBuffer *_pRpcChannelBuffer,
  702.     PRPC_MESSAGE _pRpcMessage,
  703.     DWORD *_pdwStubPhase);
  704. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE ILocator_put_OuterFECRate_Proxy( 
  705.     ILocator * This,
  706.     /* [in] */ BinaryConvolutionCodeRate FEC);
  707. void __RPC_STUB ILocator_put_OuterFECRate_Stub(
  708.     IRpcStubBuffer *This,
  709.     IRpcChannelBuffer *_pRpcChannelBuffer,
  710.     PRPC_MESSAGE _pRpcMessage,
  711.     DWORD *_pdwStubPhase);
  712. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ILocator_get_Modulation_Proxy( 
  713.     ILocator * This,
  714.     /* [retval][out] */ ModulationType *Modulation);
  715. void __RPC_STUB ILocator_get_Modulation_Stub(
  716.     IRpcStubBuffer *This,
  717.     IRpcChannelBuffer *_pRpcChannelBuffer,
  718.     PRPC_MESSAGE _pRpcMessage,
  719.     DWORD *_pdwStubPhase);
  720. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE ILocator_put_Modulation_Proxy( 
  721.     ILocator * This,
  722.     /* [in] */ ModulationType Modulation);
  723. void __RPC_STUB ILocator_put_Modulation_Stub(
  724.     IRpcStubBuffer *This,
  725.     IRpcChannelBuffer *_pRpcChannelBuffer,
  726.     PRPC_MESSAGE _pRpcMessage,
  727.     DWORD *_pdwStubPhase);
  728. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ILocator_get_SymbolRate_Proxy( 
  729.     ILocator * This,
  730.     /* [retval][out] */ long *Rate);
  731. void __RPC_STUB ILocator_get_SymbolRate_Stub(
  732.     IRpcStubBuffer *This,
  733.     IRpcChannelBuffer *_pRpcChannelBuffer,
  734.     PRPC_MESSAGE _pRpcMessage,
  735.     DWORD *_pdwStubPhase);
  736. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE ILocator_put_SymbolRate_Proxy( 
  737.     ILocator * This,
  738.     /* [in] */ long Rate);
  739. void __RPC_STUB ILocator_put_SymbolRate_Stub(
  740.     IRpcStubBuffer *This,
  741.     IRpcChannelBuffer *_pRpcChannelBuffer,
  742.     PRPC_MESSAGE _pRpcMessage,
  743.     DWORD *_pdwStubPhase);
  744. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE ILocator_Clone_Proxy( 
  745.     ILocator * This,
  746.     /* [retval][out] */ ILocator **NewLocator);
  747. void __RPC_STUB ILocator_Clone_Stub(
  748.     IRpcStubBuffer *This,
  749.     IRpcChannelBuffer *_pRpcChannelBuffer,
  750.     PRPC_MESSAGE _pRpcMessage,
  751.     DWORD *_pdwStubPhase);
  752. #endif  /* __ILocator_INTERFACE_DEFINED__ */
  753. #ifndef __IATSCLocator_INTERFACE_DEFINED__
  754. #define __IATSCLocator_INTERFACE_DEFINED__
  755. /* interface IATSCLocator */
  756. /* [unique][helpstring][oleautomation][dual][uuid][nonextensible][hidden][object] */ 
  757. EXTERN_C const IID IID_IATSCLocator;
  758. #if defined(__cplusplus) && !defined(CINTERFACE)
  759.     
  760.     MIDL_INTERFACE("BF8D986F-8C2B-4131-94D7-4D3D9FCC21EF")
  761.     IATSCLocator : public ILocator
  762.     {
  763.     public:
  764.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_PhysicalChannel( 
  765.             /* [retval][out] */ long *PhysicalChannel) = 0;
  766.         
  767.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_PhysicalChannel( 
  768.             /* [in] */ long PhysicalChannel) = 0;
  769.         
  770.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_TSID( 
  771.             /* [retval][out] */ long *TSID) = 0;
  772.         
  773.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_TSID( 
  774.             /* [in] */ long TSID) = 0;
  775.         
  776.     };
  777.     
  778. #else  /* C style interface */
  779.     typedef struct IATSCLocatorVtbl
  780.     {
  781.         BEGIN_INTERFACE
  782.         
  783.         HRESULT ( STDMETHODCALLTYPE *QueryInterface )( 
  784.             IATSCLocator * This,
  785.             /* [in] */ REFIID riid,
  786.             /* [iid_is][out] */ void **ppvObject);
  787.         
  788.         ULONG ( STDMETHODCALLTYPE *AddRef )( 
  789.             IATSCLocator * This);
  790.         
  791.         ULONG ( STDMETHODCALLTYPE *Release )( 
  792.             IATSCLocator * This);
  793.         
  794.         HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )( 
  795.             IATSCLocator * This,
  796.             /* [out] */ UINT *pctinfo);
  797.         
  798.         HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )( 
  799.             IATSCLocator * This,
  800.             /* [in] */ UINT iTInfo,
  801.             /* [in] */ LCID lcid,
  802.             /* [out] */ ITypeInfo **ppTInfo);
  803.         
  804.         HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )( 
  805.             IATSCLocator * This,
  806.             /* [in] */ REFIID riid,
  807.             /* [size_is][in] */ LPOLESTR *rgszNames,
  808.             /* [in] */ UINT cNames,
  809.             /* [in] */ LCID lcid,
  810.             /* [size_is][out] */ DISPID *rgDispId);
  811.         
  812.         /* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )( 
  813.             IATSCLocator * This,
  814.             /* [in] */ DISPID dispIdMember,
  815.             /* [in] */ REFIID riid,
  816.             /* [in] */ LCID lcid,
  817.             /* [in] */ WORD wFlags,
  818.             /* [out][in] */ DISPPARAMS *pDispParams,
  819.             /* [out] */ VARIANT *pVarResult,
  820.             /* [out] */ EXCEPINFO *pExcepInfo,
  821.             /* [out] */ UINT *puArgErr);
  822.         
  823.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_CarrierFrequency )( 
  824.             IATSCLocator * This,
  825.             /* [retval][out] */ long *Frequency);
  826.         
  827.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_CarrierFrequency )( 
  828.             IATSCLocator * This,
  829.             /* [in] */ long Frequency);
  830.         
  831.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_InnerFEC )( 
  832.             IATSCLocator * This,
  833.             /* [retval][out] */ FECMethod *FEC);
  834.         
  835.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_InnerFEC )( 
  836.             IATSCLocator * This,
  837.             /* [in] */ FECMethod FEC);
  838.         
  839.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_InnerFECRate )( 
  840.             IATSCLocator * This,
  841.             /* [retval][out] */ BinaryConvolutionCodeRate *FEC);
  842.         
  843.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_InnerFECRate )( 
  844.             IATSCLocator * This,
  845.             /* [in] */ BinaryConvolutionCodeRate FEC);
  846.         
  847.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_OuterFEC )( 
  848.             IATSCLocator * This,
  849.             /* [retval][out] */ FECMethod *FEC);
  850.         
  851.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_OuterFEC )( 
  852.             IATSCLocator * This,
  853.             /* [in] */ FECMethod FEC);
  854.         
  855.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_OuterFECRate )( 
  856.             IATSCLocator * This,
  857.             /* [retval][out] */ BinaryConvolutionCodeRate *FEC);
  858.         
  859.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_OuterFECRate )( 
  860.             IATSCLocator * This,
  861.             /* [in] */ BinaryConvolutionCodeRate FEC);
  862.         
  863.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Modulation )( 
  864.             IATSCLocator * This,
  865.             /* [retval][out] */ ModulationType *Modulation);
  866.         
  867.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Modulation )( 
  868.             IATSCLocator * This,
  869.             /* [in] */ ModulationType Modulation);
  870.         
  871.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_SymbolRate )( 
  872.             IATSCLocator * This,
  873.             /* [retval][out] */ long *Rate);
  874.         
  875.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_SymbolRate )( 
  876.             IATSCLocator * This,
  877.             /* [in] */ long Rate);
  878.         
  879.         /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *Clone )( 
  880.             IATSCLocator * This,
  881.             /* [retval][out] */ ILocator **NewLocator);
  882.         
  883.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_PhysicalChannel )( 
  884.             IATSCLocator * This,
  885.             /* [retval][out] */ long *PhysicalChannel);
  886.         
  887.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_PhysicalChannel )( 
  888.             IATSCLocator * This,
  889.             /* [in] */ long PhysicalChannel);
  890.         
  891.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_TSID )( 
  892.             IATSCLocator * This,
  893.             /* [retval][out] */ long *TSID);
  894.         
  895.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_TSID )( 
  896.             IATSCLocator * This,
  897.             /* [in] */ long TSID);
  898.         
  899.         END_INTERFACE
  900.     } IATSCLocatorVtbl;
  901.     interface IATSCLocator
  902.     {
  903.         CONST_VTBL struct IATSCLocatorVtbl *lpVtbl;
  904.     };
  905.     
  906. #ifdef COBJMACROS
  907. #define IATSCLocator_QueryInterface(This,riid,ppvObject)
  908.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  909. #define IATSCLocator_AddRef(This)
  910.     (This)->lpVtbl -> AddRef(This)
  911. #define IATSCLocator_Release(This)
  912.     (This)->lpVtbl -> Release(This)
  913. #define IATSCLocator_GetTypeInfoCount(This,pctinfo)
  914.     (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
  915. #define IATSCLocator_GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  916.     (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  917. #define IATSCLocator_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  918.     (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  919. #define IATSCLocator_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  920.     (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  921. #define IATSCLocator_get_CarrierFrequency(This,Frequency)
  922.     (This)->lpVtbl -> get_CarrierFrequency(This,Frequency)
  923. #define IATSCLocator_put_CarrierFrequency(This,Frequency)
  924.     (This)->lpVtbl -> put_CarrierFrequency(This,Frequency)
  925. #define IATSCLocator_get_InnerFEC(This,FEC)
  926.     (This)->lpVtbl -> get_InnerFEC(This,FEC)
  927. #define IATSCLocator_put_InnerFEC(This,FEC)
  928.     (This)->lpVtbl -> put_InnerFEC(This,FEC)
  929. #define IATSCLocator_get_InnerFECRate(This,FEC)
  930.     (This)->lpVtbl -> get_InnerFECRate(This,FEC)
  931. #define IATSCLocator_put_InnerFECRate(This,FEC)
  932.     (This)->lpVtbl -> put_InnerFECRate(This,FEC)
  933. #define IATSCLocator_get_OuterFEC(This,FEC)
  934.     (This)->lpVtbl -> get_OuterFEC(This,FEC)
  935. #define IATSCLocator_put_OuterFEC(This,FEC)
  936.     (This)->lpVtbl -> put_OuterFEC(This,FEC)
  937. #define IATSCLocator_get_OuterFECRate(This,FEC)
  938.     (This)->lpVtbl -> get_OuterFECRate(This,FEC)
  939. #define IATSCLocator_put_OuterFECRate(This,FEC)
  940.     (This)->lpVtbl -> put_OuterFECRate(This,FEC)
  941. #define IATSCLocator_get_Modulation(This,Modulation)
  942.     (This)->lpVtbl -> get_Modulation(This,Modulation)
  943. #define IATSCLocator_put_Modulation(This,Modulation)
  944.     (This)->lpVtbl -> put_Modulation(This,Modulation)
  945. #define IATSCLocator_get_SymbolRate(This,Rate)
  946.     (This)->lpVtbl -> get_SymbolRate(This,Rate)
  947. #define IATSCLocator_put_SymbolRate(This,Rate)
  948.     (This)->lpVtbl -> put_SymbolRate(This,Rate)
  949. #define IATSCLocator_Clone(This,NewLocator)
  950.     (This)->lpVtbl -> Clone(This,NewLocator)
  951. #define IATSCLocator_get_PhysicalChannel(This,PhysicalChannel)
  952.     (This)->lpVtbl -> get_PhysicalChannel(This,PhysicalChannel)
  953. #define IATSCLocator_put_PhysicalChannel(This,PhysicalChannel)
  954.     (This)->lpVtbl -> put_PhysicalChannel(This,PhysicalChannel)
  955. #define IATSCLocator_get_TSID(This,TSID)
  956.     (This)->lpVtbl -> get_TSID(This,TSID)
  957. #define IATSCLocator_put_TSID(This,TSID)
  958.     (This)->lpVtbl -> put_TSID(This,TSID)
  959. #endif /* COBJMACROS */
  960. #endif  /* C style interface */
  961. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IATSCLocator_get_PhysicalChannel_Proxy( 
  962.     IATSCLocator * This,
  963.     /* [retval][out] */ long *PhysicalChannel);
  964. void __RPC_STUB IATSCLocator_get_PhysicalChannel_Stub(
  965.     IRpcStubBuffer *This,
  966.     IRpcChannelBuffer *_pRpcChannelBuffer,
  967.     PRPC_MESSAGE _pRpcMessage,
  968.     DWORD *_pdwStubPhase);
  969. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IATSCLocator_put_PhysicalChannel_Proxy( 
  970.     IATSCLocator * This,
  971.     /* [in] */ long PhysicalChannel);
  972. void __RPC_STUB IATSCLocator_put_PhysicalChannel_Stub(
  973.     IRpcStubBuffer *This,
  974.     IRpcChannelBuffer *_pRpcChannelBuffer,
  975.     PRPC_MESSAGE _pRpcMessage,
  976.     DWORD *_pdwStubPhase);
  977. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IATSCLocator_get_TSID_Proxy( 
  978.     IATSCLocator * This,
  979.     /* [retval][out] */ long *TSID);
  980. void __RPC_STUB IATSCLocator_get_TSID_Stub(
  981.     IRpcStubBuffer *This,
  982.     IRpcChannelBuffer *_pRpcChannelBuffer,
  983.     PRPC_MESSAGE _pRpcMessage,
  984.     DWORD *_pdwStubPhase);
  985. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IATSCLocator_put_TSID_Proxy( 
  986.     IATSCLocator * This,
  987.     /* [in] */ long TSID);
  988. void __RPC_STUB IATSCLocator_put_TSID_Stub(
  989.     IRpcStubBuffer *This,
  990.     IRpcChannelBuffer *_pRpcChannelBuffer,
  991.     PRPC_MESSAGE _pRpcMessage,
  992.     DWORD *_pdwStubPhase);
  993. #endif  /* __IATSCLocator_INTERFACE_DEFINED__ */
  994. #ifndef __IDVBTLocator_INTERFACE_DEFINED__
  995. #define __IDVBTLocator_INTERFACE_DEFINED__
  996. /* interface IDVBTLocator */
  997. /* [unique][helpstring][oleautomation][dual][uuid][nonextensible][hidden][object] */ 
  998. EXTERN_C const IID IID_IDVBTLocator;
  999. #if defined(__cplusplus) && !defined(CINTERFACE)
  1000.     
  1001.     MIDL_INTERFACE("8664DA16-DDA2-42ac-926A-C18F9127C302")
  1002.     IDVBTLocator : public ILocator
  1003.     {
  1004.     public:
  1005.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Bandwidth( 
  1006.             /* [retval][out] */ long *BandWidthVal) = 0;
  1007.         
  1008.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_Bandwidth( 
  1009.             /* [in] */ long BandwidthVal) = 0;
  1010.         
  1011.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_LPInnerFEC( 
  1012.             /* [retval][out] */ FECMethod *FEC) = 0;
  1013.         
  1014.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_LPInnerFEC( 
  1015.             /* [in] */ FECMethod FEC) = 0;
  1016.         
  1017.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_LPInnerFECRate( 
  1018.             /* [retval][out] */ BinaryConvolutionCodeRate *FEC) = 0;
  1019.         
  1020.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_LPInnerFECRate( 
  1021.             /* [in] */ BinaryConvolutionCodeRate FEC) = 0;
  1022.         
  1023.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_HAlpha( 
  1024.             /* [retval][out] */ HierarchyAlpha *Alpha) = 0;
  1025.         
  1026.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_HAlpha( 
  1027.             /* [in] */ HierarchyAlpha Alpha) = 0;
  1028.         
  1029.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Guard( 
  1030.             /* [retval][out] */ GuardInterval *GI) = 0;
  1031.         
  1032.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_Guard( 
  1033.             /* [in] */ GuardInterval GI) = 0;
  1034.         
  1035.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Mode( 
  1036.             /* [retval][out] */ TransmissionMode *mode) = 0;
  1037.         
  1038.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_Mode( 
  1039.             /* [in] */ TransmissionMode mode) = 0;
  1040.         
  1041.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_OtherFrequencyInUse( 
  1042.             /* [retval][out] */ VARIANT_BOOL *OtherFrequencyInUseVal) = 0;
  1043.         
  1044.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_OtherFrequencyInUse( 
  1045.             /* [in] */ VARIANT_BOOL OtherFrequencyInUseVal) = 0;
  1046.         
  1047.     };
  1048.     
  1049. #else  /* C style interface */
  1050.     typedef struct IDVBTLocatorVtbl
  1051.     {
  1052.         BEGIN_INTERFACE
  1053.         
  1054.         HRESULT ( STDMETHODCALLTYPE *QueryInterface )( 
  1055.             IDVBTLocator * This,
  1056.             /* [in] */ REFIID riid,
  1057.             /* [iid_is][out] */ void **ppvObject);
  1058.         
  1059.         ULONG ( STDMETHODCALLTYPE *AddRef )( 
  1060.             IDVBTLocator * This);
  1061.         
  1062.         ULONG ( STDMETHODCALLTYPE *Release )( 
  1063.             IDVBTLocator * This);
  1064.         
  1065.         HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )( 
  1066.             IDVBTLocator * This,
  1067.             /* [out] */ UINT *pctinfo);
  1068.         
  1069.         HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )( 
  1070.             IDVBTLocator * This,
  1071.             /* [in] */ UINT iTInfo,
  1072.             /* [in] */ LCID lcid,
  1073.             /* [out] */ ITypeInfo **ppTInfo);
  1074.         
  1075.         HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )( 
  1076.             IDVBTLocator * This,
  1077.             /* [in] */ REFIID riid,
  1078.             /* [size_is][in] */ LPOLESTR *rgszNames,
  1079.             /* [in] */ UINT cNames,
  1080.             /* [in] */ LCID lcid,
  1081.             /* [size_is][out] */ DISPID *rgDispId);
  1082.         
  1083.         /* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )( 
  1084.             IDVBTLocator * This,
  1085.             /* [in] */ DISPID dispIdMember,
  1086.             /* [in] */ REFIID riid,
  1087.             /* [in] */ LCID lcid,
  1088.             /* [in] */ WORD wFlags,
  1089.             /* [out][in] */ DISPPARAMS *pDispParams,
  1090.             /* [out] */ VARIANT *pVarResult,
  1091.             /* [out] */ EXCEPINFO *pExcepInfo,
  1092.             /* [out] */ UINT *puArgErr);
  1093.         
  1094.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_CarrierFrequency )( 
  1095.             IDVBTLocator * This,
  1096.             /* [retval][out] */ long *Frequency);
  1097.         
  1098.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_CarrierFrequency )( 
  1099.             IDVBTLocator * This,
  1100.             /* [in] */ long Frequency);
  1101.         
  1102.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_InnerFEC )( 
  1103.             IDVBTLocator * This,
  1104.             /* [retval][out] */ FECMethod *FEC);
  1105.         
  1106.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_InnerFEC )( 
  1107.             IDVBTLocator * This,
  1108.             /* [in] */ FECMethod FEC);
  1109.         
  1110.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_InnerFECRate )( 
  1111.             IDVBTLocator * This,
  1112.             /* [retval][out] */ BinaryConvolutionCodeRate *FEC);
  1113.         
  1114.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_InnerFECRate )( 
  1115.             IDVBTLocator * This,
  1116.             /* [in] */ BinaryConvolutionCodeRate FEC);
  1117.         
  1118.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_OuterFEC )( 
  1119.             IDVBTLocator * This,
  1120.             /* [retval][out] */ FECMethod *FEC);
  1121.         
  1122.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_OuterFEC )( 
  1123.             IDVBTLocator * This,
  1124.             /* [in] */ FECMethod FEC);
  1125.         
  1126.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_OuterFECRate )( 
  1127.             IDVBTLocator * This,
  1128.             /* [retval][out] */ BinaryConvolutionCodeRate *FEC);
  1129.         
  1130.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_OuterFECRate )( 
  1131.             IDVBTLocator * This,
  1132.             /* [in] */ BinaryConvolutionCodeRate FEC);
  1133.         
  1134.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Modulation )( 
  1135.             IDVBTLocator * This,
  1136.             /* [retval][out] */ ModulationType *Modulation);
  1137.         
  1138.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Modulation )( 
  1139.             IDVBTLocator * This,
  1140.             /* [in] */ ModulationType Modulation);
  1141.         
  1142.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_SymbolRate )( 
  1143.             IDVBTLocator * This,
  1144.             /* [retval][out] */ long *Rate);
  1145.         
  1146.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_SymbolRate )( 
  1147.             IDVBTLocator * This,
  1148.             /* [in] */ long Rate);
  1149.         
  1150.         /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *Clone )( 
  1151.             IDVBTLocator * This,
  1152.             /* [retval][out] */ ILocator **NewLocator);
  1153.         
  1154.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Bandwidth )( 
  1155.             IDVBTLocator * This,
  1156.             /* [retval][out] */ long *BandWidthVal);
  1157.         
  1158.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Bandwidth )( 
  1159.             IDVBTLocator * This,
  1160.             /* [in] */ long BandwidthVal);
  1161.         
  1162.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_LPInnerFEC )( 
  1163.             IDVBTLocator * This,
  1164.             /* [retval][out] */ FECMethod *FEC);
  1165.         
  1166.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_LPInnerFEC )( 
  1167.             IDVBTLocator * This,
  1168.             /* [in] */ FECMethod FEC);
  1169.         
  1170.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_LPInnerFECRate )( 
  1171.             IDVBTLocator * This,
  1172.             /* [retval][out] */ BinaryConvolutionCodeRate *FEC);
  1173.         
  1174.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_LPInnerFECRate )( 
  1175.             IDVBTLocator * This,
  1176.             /* [in] */ BinaryConvolutionCodeRate FEC);
  1177.         
  1178.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_HAlpha )( 
  1179.             IDVBTLocator * This,
  1180.             /* [retval][out] */ HierarchyAlpha *Alpha);
  1181.         
  1182.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_HAlpha )( 
  1183.             IDVBTLocator * This,
  1184.             /* [in] */ HierarchyAlpha Alpha);
  1185.         
  1186.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Guard )( 
  1187.             IDVBTLocator * This,
  1188.             /* [retval][out] */ GuardInterval *GI);
  1189.         
  1190.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Guard )( 
  1191.             IDVBTLocator * This,
  1192.             /* [in] */ GuardInterval GI);
  1193.         
  1194.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Mode )( 
  1195.             IDVBTLocator * This,
  1196.             /* [retval][out] */ TransmissionMode *mode);
  1197.         
  1198.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Mode )( 
  1199.             IDVBTLocator * This,
  1200.             /* [in] */ TransmissionMode mode);
  1201.         
  1202.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_OtherFrequencyInUse )( 
  1203.             IDVBTLocator * This,
  1204.             /* [retval][out] */ VARIANT_BOOL *OtherFrequencyInUseVal);
  1205.         
  1206.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_OtherFrequencyInUse )( 
  1207.             IDVBTLocator * This,
  1208.             /* [in] */ VARIANT_BOOL OtherFrequencyInUseVal);
  1209.         
  1210.         END_INTERFACE
  1211.     } IDVBTLocatorVtbl;
  1212.     interface IDVBTLocator
  1213.     {
  1214.         CONST_VTBL struct IDVBTLocatorVtbl *lpVtbl;
  1215.     };
  1216.     
  1217. #ifdef COBJMACROS
  1218. #define IDVBTLocator_QueryInterface(This,riid,ppvObject)
  1219.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  1220. #define IDVBTLocator_AddRef(This)
  1221.     (This)->lpVtbl -> AddRef(This)
  1222. #define IDVBTLocator_Release(This)
  1223.     (This)->lpVtbl -> Release(This)
  1224. #define IDVBTLocator_GetTypeInfoCount(This,pctinfo)
  1225.     (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
  1226. #define IDVBTLocator_GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  1227.     (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  1228. #define IDVBTLocator_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  1229.     (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  1230. #define IDVBTLocator_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  1231.     (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  1232. #define IDVBTLocator_get_CarrierFrequency(This,Frequency)
  1233.     (This)->lpVtbl -> get_CarrierFrequency(This,Frequency)
  1234. #define IDVBTLocator_put_CarrierFrequency(This,Frequency)
  1235.     (This)->lpVtbl -> put_CarrierFrequency(This,Frequency)
  1236. #define IDVBTLocator_get_InnerFEC(This,FEC)
  1237.     (This)->lpVtbl -> get_InnerFEC(This,FEC)
  1238. #define IDVBTLocator_put_InnerFEC(This,FEC)
  1239.     (This)->lpVtbl -> put_InnerFEC(This,FEC)
  1240. #define IDVBTLocator_get_InnerFECRate(This,FEC)
  1241.     (This)->lpVtbl -> get_InnerFECRate(This,FEC)
  1242. #define IDVBTLocator_put_InnerFECRate(This,FEC)
  1243.     (This)->lpVtbl -> put_InnerFECRate(This,FEC)
  1244. #define IDVBTLocator_get_OuterFEC(This,FEC)
  1245.     (This)->lpVtbl -> get_OuterFEC(This,FEC)
  1246. #define IDVBTLocator_put_OuterFEC(This,FEC)
  1247.     (This)->lpVtbl -> put_OuterFEC(This,FEC)
  1248. #define IDVBTLocator_get_OuterFECRate(This,FEC)
  1249.     (This)->lpVtbl -> get_OuterFECRate(This,FEC)
  1250. #define IDVBTLocator_put_OuterFECRate(This,FEC)
  1251.     (This)->lpVtbl -> put_OuterFECRate(This,FEC)
  1252. #define IDVBTLocator_get_Modulation(This,Modulation)
  1253.     (This)->lpVtbl -> get_Modulation(This,Modulation)
  1254. #define IDVBTLocator_put_Modulation(This,Modulation)
  1255.     (This)->lpVtbl -> put_Modulation(This,Modulation)
  1256. #define IDVBTLocator_get_SymbolRate(This,Rate)
  1257.     (This)->lpVtbl -> get_SymbolRate(This,Rate)
  1258. #define IDVBTLocator_put_SymbolRate(This,Rate)
  1259.     (This)->lpVtbl -> put_SymbolRate(This,Rate)
  1260. #define IDVBTLocator_Clone(This,NewLocator)
  1261.     (This)->lpVtbl -> Clone(This,NewLocator)
  1262. #define IDVBTLocator_get_Bandwidth(This,BandWidthVal)
  1263.     (This)->lpVtbl -> get_Bandwidth(This,BandWidthVal)
  1264. #define IDVBTLocator_put_Bandwidth(This,BandwidthVal)
  1265.     (This)->lpVtbl -> put_Bandwidth(This,BandwidthVal)
  1266. #define IDVBTLocator_get_LPInnerFEC(This,FEC)
  1267.     (This)->lpVtbl -> get_LPInnerFEC(This,FEC)
  1268. #define IDVBTLocator_put_LPInnerFEC(This,FEC)
  1269.     (This)->lpVtbl -> put_LPInnerFEC(This,FEC)
  1270. #define IDVBTLocator_get_LPInnerFECRate(This,FEC)
  1271.     (This)->lpVtbl -> get_LPInnerFECRate(This,FEC)
  1272. #define IDVBTLocator_put_LPInnerFECRate(This,FEC)
  1273.     (This)->lpVtbl -> put_LPInnerFECRate(This,FEC)
  1274. #define IDVBTLocator_get_HAlpha(This,Alpha)
  1275.     (This)->lpVtbl -> get_HAlpha(This,Alpha)
  1276. #define IDVBTLocator_put_HAlpha(This,Alpha)
  1277.     (This)->lpVtbl -> put_HAlpha(This,Alpha)
  1278. #define IDVBTLocator_get_Guard(This,GI)
  1279.     (This)->lpVtbl -> get_Guard(This,GI)
  1280. #define IDVBTLocator_put_Guard(This,GI)
  1281.     (This)->lpVtbl -> put_Guard(This,GI)
  1282. #define IDVBTLocator_get_Mode(This,mode)
  1283.     (This)->lpVtbl -> get_Mode(This,mode)
  1284. #define IDVBTLocator_put_Mode(This,mode)
  1285.     (This)->lpVtbl -> put_Mode(This,mode)
  1286. #define IDVBTLocator_get_OtherFrequencyInUse(This,OtherFrequencyInUseVal)
  1287.     (This)->lpVtbl -> get_OtherFrequencyInUse(This,OtherFrequencyInUseVal)
  1288. #define IDVBTLocator_put_OtherFrequencyInUse(This,OtherFrequencyInUseVal)
  1289.     (This)->lpVtbl -> put_OtherFrequencyInUse(This,OtherFrequencyInUseVal)
  1290. #endif /* COBJMACROS */
  1291. #endif  /* C style interface */
  1292. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IDVBTLocator_get_Bandwidth_Proxy( 
  1293.     IDVBTLocator * This,
  1294.     /* [retval][out] */ long *BandWidthVal);
  1295. void __RPC_STUB IDVBTLocator_get_Bandwidth_Stub(
  1296.     IRpcStubBuffer *This,
  1297.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1298.     PRPC_MESSAGE _pRpcMessage,
  1299.     DWORD *_pdwStubPhase);
  1300. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IDVBTLocator_put_Bandwidth_Proxy( 
  1301.     IDVBTLocator * This,
  1302.     /* [in] */ long BandwidthVal);
  1303. void __RPC_STUB IDVBTLocator_put_Bandwidth_Stub(
  1304.     IRpcStubBuffer *This,
  1305.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1306.     PRPC_MESSAGE _pRpcMessage,
  1307.     DWORD *_pdwStubPhase);
  1308. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IDVBTLocator_get_LPInnerFEC_Proxy( 
  1309.     IDVBTLocator * This,
  1310.     /* [retval][out] */ FECMethod *FEC);
  1311. void __RPC_STUB IDVBTLocator_get_LPInnerFEC_Stub(
  1312.     IRpcStubBuffer *This,
  1313.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1314.     PRPC_MESSAGE _pRpcMessage,
  1315.     DWORD *_pdwStubPhase);
  1316. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IDVBTLocator_put_LPInnerFEC_Proxy( 
  1317.     IDVBTLocator * This,
  1318.     /* [in] */ FECMethod FEC);
  1319. void __RPC_STUB IDVBTLocator_put_LPInnerFEC_Stub(
  1320.     IRpcStubBuffer *This,
  1321.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1322.     PRPC_MESSAGE _pRpcMessage,
  1323.     DWORD *_pdwStubPhase);
  1324. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IDVBTLocator_get_LPInnerFECRate_Proxy( 
  1325.     IDVBTLocator * This,
  1326.     /* [retval][out] */ BinaryConvolutionCodeRate *FEC);
  1327. void __RPC_STUB IDVBTLocator_get_LPInnerFECRate_Stub(
  1328.     IRpcStubBuffer *This,
  1329.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1330.     PRPC_MESSAGE _pRpcMessage,
  1331.     DWORD *_pdwStubPhase);
  1332. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IDVBTLocator_put_LPInnerFECRate_Proxy( 
  1333.     IDVBTLocator * This,
  1334.     /* [in] */ BinaryConvolutionCodeRate FEC);
  1335. void __RPC_STUB IDVBTLocator_put_LPInnerFECRate_Stub(
  1336.     IRpcStubBuffer *This,
  1337.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1338.     PRPC_MESSAGE _pRpcMessage,
  1339.     DWORD *_pdwStubPhase);
  1340. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IDVBTLocator_get_HAlpha_Proxy( 
  1341.     IDVBTLocator * This,
  1342.     /* [retval][out] */ HierarchyAlpha *Alpha);
  1343. void __RPC_STUB IDVBTLocator_get_HAlpha_Stub(
  1344.     IRpcStubBuffer *This,
  1345.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1346.     PRPC_MESSAGE _pRpcMessage,
  1347.     DWORD *_pdwStubPhase);
  1348. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IDVBTLocator_put_HAlpha_Proxy( 
  1349.     IDVBTLocator * This,
  1350.     /* [in] */ HierarchyAlpha Alpha);
  1351. void __RPC_STUB IDVBTLocator_put_HAlpha_Stub(
  1352.     IRpcStubBuffer *This,
  1353.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1354.     PRPC_MESSAGE _pRpcMessage,
  1355.     DWORD *_pdwStubPhase);
  1356. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IDVBTLocator_get_Guard_Proxy( 
  1357.     IDVBTLocator * This,
  1358.     /* [retval][out] */ GuardInterval *GI);
  1359. void __RPC_STUB IDVBTLocator_get_Guard_Stub(
  1360.     IRpcStubBuffer *This,
  1361.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1362.     PRPC_MESSAGE _pRpcMessage,
  1363.     DWORD *_pdwStubPhase);
  1364. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IDVBTLocator_put_Guard_Proxy( 
  1365.     IDVBTLocator * This,
  1366.     /* [in] */ GuardInterval GI);
  1367. void __RPC_STUB IDVBTLocator_put_Guard_Stub(
  1368.     IRpcStubBuffer *This,
  1369.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1370.     PRPC_MESSAGE _pRpcMessage,
  1371.     DWORD *_pdwStubPhase);
  1372. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IDVBTLocator_get_Mode_Proxy( 
  1373.     IDVBTLocator * This,
  1374.     /* [retval][out] */ TransmissionMode *mode);
  1375. void __RPC_STUB IDVBTLocator_get_Mode_Stub(
  1376.     IRpcStubBuffer *This,
  1377.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1378.     PRPC_MESSAGE _pRpcMessage,
  1379.     DWORD *_pdwStubPhase);
  1380. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IDVBTLocator_put_Mode_Proxy( 
  1381.     IDVBTLocator * This,
  1382.     /* [in] */ TransmissionMode mode);
  1383. void __RPC_STUB IDVBTLocator_put_Mode_Stub(
  1384.     IRpcStubBuffer *This,
  1385.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1386.     PRPC_MESSAGE _pRpcMessage,
  1387.     DWORD *_pdwStubPhase);
  1388. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IDVBTLocator_get_OtherFrequencyInUse_Proxy( 
  1389.     IDVBTLocator * This,
  1390.     /* [retval][out] */ VARIANT_BOOL *OtherFrequencyInUseVal);
  1391. void __RPC_STUB IDVBTLocator_get_OtherFrequencyInUse_Stub(
  1392.     IRpcStubBuffer *This,
  1393.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1394.     PRPC_MESSAGE _pRpcMessage,
  1395.     DWORD *_pdwStubPhase);
  1396. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IDVBTLocator_put_OtherFrequencyInUse_Proxy( 
  1397.     IDVBTLocator * This,
  1398.     /* [in] */ VARIANT_BOOL OtherFrequencyInUseVal);
  1399. void __RPC_STUB IDVBTLocator_put_OtherFrequencyInUse_Stub(
  1400.     IRpcStubBuffer *This,
  1401.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1402.     PRPC_MESSAGE _pRpcMessage,
  1403.     DWORD *_pdwStubPhase);
  1404. #endif  /* __IDVBTLocator_INTERFACE_DEFINED__ */
  1405. #ifndef __IDVBSLocator_INTERFACE_DEFINED__
  1406. #define __IDVBSLocator_INTERFACE_DEFINED__
  1407. /* interface IDVBSLocator */
  1408. /* [unique][helpstring][oleautomation][dual][uuid][nonextensible][hidden][object] */ 
  1409. EXTERN_C const IID IID_IDVBSLocator;
  1410. #if defined(__cplusplus) && !defined(CINTERFACE)
  1411.     
  1412.     MIDL_INTERFACE("3D7C353C-0D04-45f1-A742-F97CC1188DC8")
  1413.     IDVBSLocator : public ILocator
  1414.     {
  1415.     public:
  1416.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_SignalPolarisation( 
  1417.             /* [retval][out] */ Polarisation *PolarisationVal) = 0;
  1418.         
  1419.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_SignalPolarisation( 
  1420.             /* [in] */ Polarisation PolarisationVal) = 0;
  1421.         
  1422.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_WestPosition( 
  1423.             /* [retval][out] */ VARIANT_BOOL *WestLongitude) = 0;
  1424.         
  1425.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_WestPosition( 
  1426.             /* [in] */ VARIANT_BOOL WestLongitude) = 0;
  1427.         
  1428.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_OrbitalPosition( 
  1429.             /* [retval][out] */ long *longitude) = 0;
  1430.         
  1431.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_OrbitalPosition( 
  1432.             /* [in] */ long longitude) = 0;
  1433.         
  1434.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Azimuth( 
  1435.             /* [retval][out] */ long *Azimuth) = 0;
  1436.         
  1437.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_Azimuth( 
  1438.             /* [in] */ long Azimuth) = 0;
  1439.         
  1440.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Elevation( 
  1441.             /* [retval][out] */ long *Elevation) = 0;
  1442.         
  1443.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_Elevation( 
  1444.             /* [in] */ long Elevation) = 0;
  1445.         
  1446.     };
  1447.     
  1448. #else  /* C style interface */
  1449.     typedef struct IDVBSLocatorVtbl
  1450.     {
  1451.         BEGIN_INTERFACE
  1452.         
  1453.         HRESULT ( STDMETHODCALLTYPE *QueryInterface )( 
  1454.             IDVBSLocator * This,
  1455.             /* [in] */ REFIID riid,
  1456.             /* [iid_is][out] */ void **ppvObject);
  1457.         
  1458.         ULONG ( STDMETHODCALLTYPE *AddRef )( 
  1459.             IDVBSLocator * This);
  1460.         
  1461.         ULONG ( STDMETHODCALLTYPE *Release )( 
  1462.             IDVBSLocator * This);
  1463.         
  1464.         HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )( 
  1465.             IDVBSLocator * This,
  1466.             /* [out] */ UINT *pctinfo);
  1467.         
  1468.         HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )( 
  1469.             IDVBSLocator * This,
  1470.             /* [in] */ UINT iTInfo,
  1471.             /* [in] */ LCID lcid,
  1472.             /* [out] */ ITypeInfo **ppTInfo);
  1473.         
  1474.         HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )( 
  1475.             IDVBSLocator * This,
  1476.             /* [in] */ REFIID riid,
  1477.             /* [size_is][in] */ LPOLESTR *rgszNames,
  1478.             /* [in] */ UINT cNames,
  1479.             /* [in] */ LCID lcid,
  1480.             /* [size_is][out] */ DISPID *rgDispId);
  1481.         
  1482.         /* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )( 
  1483.             IDVBSLocator * This,
  1484.             /* [in] */ DISPID dispIdMember,
  1485.             /* [in] */ REFIID riid,
  1486.             /* [in] */ LCID lcid,
  1487.             /* [in] */ WORD wFlags,
  1488.             /* [out][in] */ DISPPARAMS *pDispParams,
  1489.             /* [out] */ VARIANT *pVarResult,
  1490.             /* [out] */ EXCEPINFO *pExcepInfo,
  1491.             /* [out] */ UINT *puArgErr);
  1492.         
  1493.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_CarrierFrequency )( 
  1494.             IDVBSLocator * This,
  1495.             /* [retval][out] */ long *Frequency);
  1496.         
  1497.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_CarrierFrequency )( 
  1498.             IDVBSLocator * This,
  1499.             /* [in] */ long Frequency);
  1500.         
  1501.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_InnerFEC )( 
  1502.             IDVBSLocator * This,
  1503.             /* [retval][out] */ FECMethod *FEC);
  1504.         
  1505.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_InnerFEC )( 
  1506.             IDVBSLocator * This,
  1507.             /* [in] */ FECMethod FEC);
  1508.         
  1509.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_InnerFECRate )( 
  1510.             IDVBSLocator * This,
  1511.             /* [retval][out] */ BinaryConvolutionCodeRate *FEC);
  1512.         
  1513.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_InnerFECRate )( 
  1514.             IDVBSLocator * This,
  1515.             /* [in] */ BinaryConvolutionCodeRate FEC);
  1516.         
  1517.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_OuterFEC )( 
  1518.             IDVBSLocator * This,
  1519.             /* [retval][out] */ FECMethod *FEC);
  1520.         
  1521.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_OuterFEC )( 
  1522.             IDVBSLocator * This,
  1523.             /* [in] */ FECMethod FEC);
  1524.         
  1525.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_OuterFECRate )( 
  1526.             IDVBSLocator * This,
  1527.             /* [retval][out] */ BinaryConvolutionCodeRate *FEC);
  1528.         
  1529.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_OuterFECRate )( 
  1530.             IDVBSLocator * This,
  1531.             /* [in] */ BinaryConvolutionCodeRate FEC);
  1532.         
  1533.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Modulation )( 
  1534.             IDVBSLocator * This,
  1535.             /* [retval][out] */ ModulationType *Modulation);
  1536.         
  1537.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Modulation )( 
  1538.             IDVBSLocator * This,
  1539.             /* [in] */ ModulationType Modulation);
  1540.         
  1541.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_SymbolRate )( 
  1542.             IDVBSLocator * This,
  1543.             /* [retval][out] */ long *Rate);
  1544.         
  1545.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_SymbolRate )( 
  1546.             IDVBSLocator * This,
  1547.             /* [in] */ long Rate);
  1548.         
  1549.         /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *Clone )( 
  1550.             IDVBSLocator * This,
  1551.             /* [retval][out] */ ILocator **NewLocator);
  1552.         
  1553.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_SignalPolarisation )( 
  1554.             IDVBSLocator * This,
  1555.             /* [retval][out] */ Polarisation *PolarisationVal);
  1556.         
  1557.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_SignalPolarisation )( 
  1558.             IDVBSLocator * This,
  1559.             /* [in] */ Polarisation PolarisationVal);
  1560.         
  1561.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_WestPosition )( 
  1562.             IDVBSLocator * This,
  1563.             /* [retval][out] */ VARIANT_BOOL *WestLongitude);
  1564.         
  1565.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_WestPosition )( 
  1566.             IDVBSLocator * This,
  1567.             /* [in] */ VARIANT_BOOL WestLongitude);
  1568.         
  1569.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_OrbitalPosition )( 
  1570.             IDVBSLocator * This,
  1571.             /* [retval][out] */ long *longitude);
  1572.         
  1573.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_OrbitalPosition )( 
  1574.             IDVBSLocator * This,
  1575.             /* [in] */ long longitude);
  1576.         
  1577.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Azimuth )( 
  1578.             IDVBSLocator * This,
  1579.             /* [retval][out] */ long *Azimuth);
  1580.         
  1581.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Azimuth )( 
  1582.             IDVBSLocator * This,
  1583.             /* [in] */ long Azimuth);
  1584.         
  1585.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Elevation )( 
  1586.             IDVBSLocator * This,
  1587.             /* [retval][out] */ long *Elevation);
  1588.         
  1589.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Elevation )( 
  1590.             IDVBSLocator * This,
  1591.             /* [in] */ long Elevation);
  1592.         
  1593.         END_INTERFACE
  1594.     } IDVBSLocatorVtbl;
  1595.     interface IDVBSLocator
  1596.     {
  1597.         CONST_VTBL struct IDVBSLocatorVtbl *lpVtbl;
  1598.     };
  1599.     
  1600. #ifdef COBJMACROS
  1601. #define IDVBSLocator_QueryInterface(This,riid,ppvObject)
  1602.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  1603. #define IDVBSLocator_AddRef(This)
  1604.     (This)->lpVtbl -> AddRef(This)
  1605. #define IDVBSLocator_Release(This)
  1606.     (This)->lpVtbl -> Release(This)
  1607. #define IDVBSLocator_GetTypeInfoCount(This,pctinfo)
  1608.     (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
  1609. #define IDVBSLocator_GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  1610.     (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  1611. #define IDVBSLocator_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  1612.     (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  1613. #define IDVBSLocator_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  1614.     (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  1615. #define IDVBSLocator_get_CarrierFrequency(This,Frequency)
  1616.     (This)->lpVtbl -> get_CarrierFrequency(This,Frequency)
  1617. #define IDVBSLocator_put_CarrierFrequency(This,Frequency)
  1618.     (This)->lpVtbl -> put_CarrierFrequency(This,Frequency)
  1619. #define IDVBSLocator_get_InnerFEC(This,FEC)
  1620.     (This)->lpVtbl -> get_InnerFEC(This,FEC)
  1621. #define IDVBSLocator_put_InnerFEC(This,FEC)
  1622.     (This)->lpVtbl -> put_InnerFEC(This,FEC)
  1623. #define IDVBSLocator_get_InnerFECRate(This,FEC)
  1624.     (This)->lpVtbl -> get_InnerFECRate(This,FEC)
  1625. #define IDVBSLocator_put_InnerFECRate(This,FEC)
  1626.     (This)->lpVtbl -> put_InnerFECRate(This,FEC)
  1627. #define IDVBSLocator_get_OuterFEC(This,FEC)
  1628.     (This)->lpVtbl -> get_OuterFEC(This,FEC)
  1629. #define IDVBSLocator_put_OuterFEC(This,FEC)
  1630.     (This)->lpVtbl -> put_OuterFEC(This,FEC)
  1631. #define IDVBSLocator_get_OuterFECRate(This,FEC)
  1632.     (This)->lpVtbl -> get_OuterFECRate(This,FEC)
  1633. #define IDVBSLocator_put_OuterFECRate(This,FEC)
  1634.     (This)->lpVtbl -> put_OuterFECRate(This,FEC)
  1635. #define IDVBSLocator_get_Modulation(This,Modulation)
  1636.     (This)->lpVtbl -> get_Modulation(This,Modulation)
  1637. #define IDVBSLocator_put_Modulation(This,Modulation)
  1638.     (This)->lpVtbl -> put_Modulation(This,Modulation)
  1639. #define IDVBSLocator_get_SymbolRate(This,Rate)
  1640.     (This)->lpVtbl -> get_SymbolRate(This,Rate)
  1641. #define IDVBSLocator_put_SymbolRate(This,Rate)
  1642.     (This)->lpVtbl -> put_SymbolRate(This,Rate)
  1643. #define IDVBSLocator_Clone(This,NewLocator)
  1644.     (This)->lpVtbl -> Clone(This,NewLocator)
  1645. #define IDVBSLocator_get_SignalPolarisation(This,PolarisationVal)
  1646.     (This)->lpVtbl -> get_SignalPolarisation(This,PolarisationVal)
  1647. #define IDVBSLocator_put_SignalPolarisation(This,PolarisationVal)
  1648.     (This)->lpVtbl -> put_SignalPolarisation(This,PolarisationVal)
  1649. #define IDVBSLocator_get_WestPosition(This,WestLongitude)
  1650.     (This)->lpVtbl -> get_WestPosition(This,WestLongitude)
  1651. #define IDVBSLocator_put_WestPosition(This,WestLongitude)
  1652.     (This)->lpVtbl -> put_WestPosition(This,WestLongitude)
  1653. #define IDVBSLocator_get_OrbitalPosition(This,longitude)
  1654.     (This)->lpVtbl -> get_OrbitalPosition(This,longitude)
  1655. #define IDVBSLocator_put_OrbitalPosition(This,longitude)
  1656.     (This)->lpVtbl -> put_OrbitalPosition(This,longitude)
  1657. #define IDVBSLocator_get_Azimuth(This,Azimuth)
  1658.     (This)->lpVtbl -> get_Azimuth(This,Azimuth)
  1659. #define IDVBSLocator_put_Azimuth(This,Azimuth)
  1660.     (This)->lpVtbl -> put_Azimuth(This,Azimuth)
  1661. #define IDVBSLocator_get_Elevation(This,Elevation)
  1662.     (This)->lpVtbl -> get_Elevation(This,Elevation)
  1663. #define IDVBSLocator_put_Elevation(This,Elevation)
  1664.     (This)->lpVtbl -> put_Elevation(This,Elevation)
  1665. #endif /* COBJMACROS */
  1666. #endif  /* C style interface */
  1667. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IDVBSLocator_get_SignalPolarisation_Proxy( 
  1668.     IDVBSLocator * This,
  1669.     /* [retval][out] */ Polarisation *PolarisationVal);
  1670. void __RPC_STUB IDVBSLocator_get_SignalPolarisation_Stub(
  1671.     IRpcStubBuffer *This,
  1672.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1673.     PRPC_MESSAGE _pRpcMessage,
  1674.     DWORD *_pdwStubPhase);
  1675. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IDVBSLocator_put_SignalPolarisation_Proxy( 
  1676.     IDVBSLocator * This,
  1677.     /* [in] */ Polarisation PolarisationVal);
  1678. void __RPC_STUB IDVBSLocator_put_SignalPolarisation_Stub(
  1679.     IRpcStubBuffer *This,
  1680.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1681.     PRPC_MESSAGE _pRpcMessage,
  1682.     DWORD *_pdwStubPhase);
  1683. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IDVBSLocator_get_WestPosition_Proxy( 
  1684.     IDVBSLocator * This,
  1685.     /* [retval][out] */ VARIANT_BOOL *WestLongitude);
  1686. void __RPC_STUB IDVBSLocator_get_WestPosition_Stub(
  1687.     IRpcStubBuffer *This,
  1688.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1689.     PRPC_MESSAGE _pRpcMessage,
  1690.     DWORD *_pdwStubPhase);
  1691. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IDVBSLocator_put_WestPosition_Proxy( 
  1692.     IDVBSLocator * This,
  1693.     /* [in] */ VARIANT_BOOL WestLongitude);
  1694. void __RPC_STUB IDVBSLocator_put_WestPosition_Stub(
  1695.     IRpcStubBuffer *This,
  1696.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1697.     PRPC_MESSAGE _pRpcMessage,
  1698.     DWORD *_pdwStubPhase);
  1699. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IDVBSLocator_get_OrbitalPosition_Proxy( 
  1700.     IDVBSLocator * This,
  1701.     /* [retval][out] */ long *longitude);
  1702. void __RPC_STUB IDVBSLocator_get_OrbitalPosition_Stub(
  1703.     IRpcStubBuffer *This,
  1704.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1705.     PRPC_MESSAGE _pRpcMessage,
  1706.     DWORD *_pdwStubPhase);
  1707. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IDVBSLocator_put_OrbitalPosition_Proxy( 
  1708.     IDVBSLocator * This,
  1709.     /* [in] */ long longitude);
  1710. void __RPC_STUB IDVBSLocator_put_OrbitalPosition_Stub(
  1711.     IRpcStubBuffer *This,
  1712.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1713.     PRPC_MESSAGE _pRpcMessage,
  1714.     DWORD *_pdwStubPhase);
  1715. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IDVBSLocator_get_Azimuth_Proxy( 
  1716.     IDVBSLocator * This,
  1717.     /* [retval][out] */ long *Azimuth);
  1718. void __RPC_STUB IDVBSLocator_get_Azimuth_Stub(
  1719.     IRpcStubBuffer *This,
  1720.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1721.     PRPC_MESSAGE _pRpcMessage,
  1722.     DWORD *_pdwStubPhase);
  1723. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IDVBSLocator_put_Azimuth_Proxy( 
  1724.     IDVBSLocator * This,
  1725.     /* [in] */ long Azimuth);
  1726. void __RPC_STUB IDVBSLocator_put_Azimuth_Stub(
  1727.     IRpcStubBuffer *This,
  1728.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1729.     PRPC_MESSAGE _pRpcMessage,
  1730.     DWORD *_pdwStubPhase);
  1731. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IDVBSLocator_get_Elevation_Proxy( 
  1732.     IDVBSLocator * This,
  1733.     /* [retval][out] */ long *Elevation);
  1734. void __RPC_STUB IDVBSLocator_get_Elevation_Stub(
  1735.     IRpcStubBuffer *This,
  1736.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1737.     PRPC_MESSAGE _pRpcMessage,
  1738.     DWORD *_pdwStubPhase);
  1739. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IDVBSLocator_put_Elevation_Proxy( 
  1740.     IDVBSLocator * This,
  1741.     /* [in] */ long Elevation);
  1742. void __RPC_STUB IDVBSLocator_put_Elevation_Stub(
  1743.     IRpcStubBuffer *This,
  1744.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1745.     PRPC_MESSAGE _pRpcMessage,
  1746.     DWORD *_pdwStubPhase);
  1747. #endif  /* __IDVBSLocator_INTERFACE_DEFINED__ */
  1748. #ifndef __IDVBCLocator_INTERFACE_DEFINED__
  1749. #define __IDVBCLocator_INTERFACE_DEFINED__
  1750. /* interface IDVBCLocator */
  1751. /* [unique][helpstring][oleautomation][dual][uuid][nonextensible][hidden][object] */ 
  1752. EXTERN_C const IID IID_IDVBCLocator;
  1753. #if defined(__cplusplus) && !defined(CINTERFACE)
  1754.     
  1755.     MIDL_INTERFACE("6E42F36E-1DD2-43c4-9F78-69D25AE39034")
  1756.     IDVBCLocator : public ILocator
  1757.     {
  1758.     public:
  1759.     };
  1760.     
  1761. #else  /* C style interface */
  1762.     typedef struct IDVBCLocatorVtbl
  1763.     {
  1764.         BEGIN_INTERFACE
  1765.         
  1766.         HRESULT ( STDMETHODCALLTYPE *QueryInterface )( 
  1767.             IDVBCLocator * This,
  1768.             /* [in] */ REFIID riid,
  1769.             /* [iid_is][out] */ void **ppvObject);
  1770.         
  1771.         ULONG ( STDMETHODCALLTYPE *AddRef )( 
  1772.             IDVBCLocator * This);
  1773.         
  1774.         ULONG ( STDMETHODCALLTYPE *Release )( 
  1775.             IDVBCLocator * This);
  1776.         
  1777.         HRESULT ( STDMETHODCALLTYPE *GetTypeInfoCount )( 
  1778.             IDVBCLocator * This,
  1779.             /* [out] */ UINT *pctinfo);
  1780.         
  1781.         HRESULT ( STDMETHODCALLTYPE *GetTypeInfo )( 
  1782.             IDVBCLocator * This,
  1783.             /* [in] */ UINT iTInfo,
  1784.             /* [in] */ LCID lcid,
  1785.             /* [out] */ ITypeInfo **ppTInfo);
  1786.         
  1787.         HRESULT ( STDMETHODCALLTYPE *GetIDsOfNames )( 
  1788.             IDVBCLocator * This,
  1789.             /* [in] */ REFIID riid,
  1790.             /* [size_is][in] */ LPOLESTR *rgszNames,
  1791.             /* [in] */ UINT cNames,
  1792.             /* [in] */ LCID lcid,
  1793.             /* [size_is][out] */ DISPID *rgDispId);
  1794.         
  1795.         /* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )( 
  1796.             IDVBCLocator * This,
  1797.             /* [in] */ DISPID dispIdMember,
  1798.             /* [in] */ REFIID riid,
  1799.             /* [in] */ LCID lcid,
  1800.             /* [in] */ WORD wFlags,
  1801.             /* [out][in] */ DISPPARAMS *pDispParams,
  1802.             /* [out] */ VARIANT *pVarResult,
  1803.             /* [out] */ EXCEPINFO *pExcepInfo,
  1804.             /* [out] */ UINT *puArgErr);
  1805.         
  1806.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_CarrierFrequency )( 
  1807.             IDVBCLocator * This,
  1808.             /* [retval][out] */ long *Frequency);
  1809.         
  1810.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_CarrierFrequency )( 
  1811.             IDVBCLocator * This,
  1812.             /* [in] */ long Frequency);
  1813.         
  1814.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_InnerFEC )( 
  1815.             IDVBCLocator * This,
  1816.             /* [retval][out] */ FECMethod *FEC);
  1817.         
  1818.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_InnerFEC )( 
  1819.             IDVBCLocator * This,
  1820.             /* [in] */ FECMethod FEC);
  1821.         
  1822.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_InnerFECRate )( 
  1823.             IDVBCLocator * This,
  1824.             /* [retval][out] */ BinaryConvolutionCodeRate *FEC);
  1825.         
  1826.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_InnerFECRate )( 
  1827.             IDVBCLocator * This,
  1828.             /* [in] */ BinaryConvolutionCodeRate FEC);
  1829.         
  1830.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_OuterFEC )( 
  1831.             IDVBCLocator * This,
  1832.             /* [retval][out] */ FECMethod *FEC);
  1833.         
  1834.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_OuterFEC )( 
  1835.             IDVBCLocator * This,
  1836.             /* [in] */ FECMethod FEC);
  1837.         
  1838.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_OuterFECRate )( 
  1839.             IDVBCLocator * This,
  1840.             /* [retval][out] */ BinaryConvolutionCodeRate *FEC);
  1841.         
  1842.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_OuterFECRate )( 
  1843.             IDVBCLocator * This,
  1844.             /* [in] */ BinaryConvolutionCodeRate FEC);
  1845.         
  1846.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Modulation )( 
  1847.             IDVBCLocator * This,
  1848.             /* [retval][out] */ ModulationType *Modulation);
  1849.         
  1850.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Modulation )( 
  1851.             IDVBCLocator * This,
  1852.             /* [in] */ ModulationType Modulation);
  1853.         
  1854.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_SymbolRate )( 
  1855.             IDVBCLocator * This,
  1856.             /* [retval][out] */ long *Rate);
  1857.         
  1858.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_SymbolRate )( 
  1859.             IDVBCLocator * This,
  1860.             /* [in] */ long Rate);
  1861.         
  1862.         /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *Clone )( 
  1863.             IDVBCLocator * This,
  1864.             /* [retval][out] */ ILocator **NewLocator);
  1865.         
  1866.         END_INTERFACE
  1867.     } IDVBCLocatorVtbl;
  1868.     interface IDVBCLocator
  1869.     {
  1870.         CONST_VTBL struct IDVBCLocatorVtbl *lpVtbl;
  1871.     };
  1872.     
  1873. #ifdef COBJMACROS
  1874. #define IDVBCLocator_QueryInterface(This,riid,ppvObject)
  1875.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  1876. #define IDVBCLocator_AddRef(This)
  1877.     (This)->lpVtbl -> AddRef(This)
  1878. #define IDVBCLocator_Release(This)
  1879.     (This)->lpVtbl -> Release(This)
  1880. #define IDVBCLocator_GetTypeInfoCount(This,pctinfo)
  1881.     (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
  1882. #define IDVBCLocator_GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  1883.     (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  1884. #define IDVBCLocator_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  1885.     (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  1886. #define IDVBCLocator_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  1887.     (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  1888. #define IDVBCLocator_get_CarrierFrequency(This,Frequency)
  1889.     (This)->lpVtbl -> get_CarrierFrequency(This,Frequency)
  1890. #define IDVBCLocator_put_CarrierFrequency(This,Frequency)
  1891.     (This)->lpVtbl -> put_CarrierFrequency(This,Frequency)
  1892. #define IDVBCLocator_get_InnerFEC(This,FEC)
  1893.     (This)->lpVtbl -> get_InnerFEC(This,FEC)
  1894. #define IDVBCLocator_put_InnerFEC(This,FEC)
  1895.     (This)->lpVtbl -> put_InnerFEC(This,FEC)
  1896. #define IDVBCLocator_get_InnerFECRate(This,FEC)
  1897.     (This)->lpVtbl -> get_InnerFECRate(This,FEC)
  1898. #define IDVBCLocator_put_InnerFECRate(This,FEC)
  1899.     (This)->lpVtbl -> put_InnerFECRate(This,FEC)
  1900. #define IDVBCLocator_get_OuterFEC(This,FEC)
  1901.     (This)->lpVtbl -> get_OuterFEC(This,FEC)
  1902. #define IDVBCLocator_put_OuterFEC(This,FEC)
  1903.     (This)->lpVtbl -> put_OuterFEC(This,FEC)
  1904. #define IDVBCLocator_get_OuterFECRate(This,FEC)
  1905.     (This)->lpVtbl -> get_OuterFECRate(This,FEC)
  1906. #define IDVBCLocator_put_OuterFECRate(This,FEC)
  1907.     (This)->lpVtbl -> put_OuterFECRate(This,FEC)
  1908. #define IDVBCLocator_get_Modulation(This,Modulation)
  1909.     (This)->lpVtbl -> get_Modulation(This,Modulation)
  1910. #define IDVBCLocator_put_Modulation(This,Modulation)
  1911.     (This)->lpVtbl -> put_Modulation(This,Modulation)
  1912. #define IDVBCLocator_get_SymbolRate(This,Rate)
  1913.     (This)->lpVtbl -> get_SymbolRate(This,Rate)
  1914. #define IDVBCLocator_put_SymbolRate(This,Rate)
  1915.     (This)->lpVtbl -> put_SymbolRate(This,Rate)
  1916. #define IDVBCLocator_Clone(This,NewLocator)
  1917.     (This)->lpVtbl -> Clone(This,NewLocator)
  1918. #endif /* COBJMACROS */
  1919. #endif  /* C style interface */
  1920. #endif  /* __IDVBCLocator_INTERFACE_DEFINED__ */
  1921. #ifndef __IBroadcastEvent_INTERFACE_DEFINED__
  1922. #define __IBroadcastEvent_INTERFACE_DEFINED__
  1923. /* interface IBroadcastEvent */
  1924. /* [unique][helpstring][uuid][nonextensible][hidden][object] */ 
  1925. EXTERN_C const IID IID_IBroadcastEvent;
  1926. #if defined(__cplusplus) && !defined(CINTERFACE)
  1927.     
  1928.     MIDL_INTERFACE("3B21263F-26E8-489d-AAC4-924F7EFD9511")
  1929.     IBroadcastEvent : public IUnknown
  1930.     {
  1931.     public:
  1932.         virtual HRESULT STDMETHODCALLTYPE Fire( 
  1933.             GUID EventID) = 0;
  1934.         
  1935.     };
  1936.     
  1937. #else  /* C style interface */
  1938.     typedef struct IBroadcastEventVtbl
  1939.     {
  1940.         BEGIN_INTERFACE
  1941.         
  1942.         HRESULT ( STDMETHODCALLTYPE *QueryInterface )( 
  1943.             IBroadcastEvent * This,
  1944.             /* [in] */ REFIID riid,
  1945.             /* [iid_is][out] */ void **ppvObject);
  1946.         
  1947.         ULONG ( STDMETHODCALLTYPE *AddRef )( 
  1948.             IBroadcastEvent * This);
  1949.         
  1950.         ULONG ( STDMETHODCALLTYPE *Release )( 
  1951.             IBroadcastEvent * This);
  1952.         
  1953.         HRESULT ( STDMETHODCALLTYPE *Fire )( 
  1954.             IBroadcastEvent * This,
  1955.             GUID EventID);
  1956.         
  1957.         END_INTERFACE
  1958.     } IBroadcastEventVtbl;
  1959.     interface IBroadcastEvent
  1960.     {
  1961.         CONST_VTBL struct IBroadcastEventVtbl *lpVtbl;
  1962.     };
  1963.     
  1964. #ifdef COBJMACROS
  1965. #define IBroadcastEvent_QueryInterface(This,riid,ppvObject)
  1966.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  1967. #define IBroadcastEvent_AddRef(This)
  1968.     (This)->lpVtbl -> AddRef(This)
  1969. #define IBroadcastEvent_Release(This)
  1970.     (This)->lpVtbl -> Release(This)
  1971. #define IBroadcastEvent_Fire(This,EventID)
  1972.     (This)->lpVtbl -> Fire(This,EventID)
  1973. #endif /* COBJMACROS */
  1974. #endif  /* C style interface */
  1975. HRESULT STDMETHODCALLTYPE IBroadcastEvent_Fire_Proxy( 
  1976.     IBroadcastEvent * This,
  1977.     GUID EventID);
  1978. void __RPC_STUB IBroadcastEvent_Fire_Stub(
  1979.     IRpcStubBuffer *This,
  1980.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1981.     PRPC_MESSAGE _pRpcMessage,
  1982.     DWORD *_pdwStubPhase);
  1983. #endif  /* __IBroadcastEvent_INTERFACE_DEFINED__ */
  1984. #ifndef __TunerLib_LIBRARY_DEFINED__
  1985. #define __TunerLib_LIBRARY_DEFINED__
  1986. /* library TunerLib */
  1987. /* [helpstring][version][uuid] */ 
  1988. #define SID_SBroadcastEventService CLSID_BroadcastEventService
  1989. EXTERN_C const IID LIBID_TunerLib;
  1990. EXTERN_C const CLSID CLSID_SystemTuningSpaces;
  1991. #ifdef __cplusplus
  1992. class DECLSPEC_UUID("D02AAC50-027E-11d3-9D8E-00C04F72D980")
  1993. SystemTuningSpaces;
  1994. #endif
  1995. EXTERN_C const CLSID CLSID_TuningSpace;
  1996. #ifdef __cplusplus
  1997. class DECLSPEC_UUID("5FFDC5E6-B83A-4b55-B6E8-C69E765FE9DB")
  1998. TuningSpace;
  1999. #endif
  2000. EXTERN_C const CLSID CLSID_ATSCTuningSpace;
  2001. #ifdef __cplusplus
  2002. class DECLSPEC_UUID("A2E30750-6C3D-11d3-B653-00C04F79498E")
  2003. ATSCTuningSpace;
  2004. #endif
  2005. EXTERN_C const CLSID CLSID_AnalogRadioTuningSpace;
  2006. #ifdef __cplusplus
  2007. class DECLSPEC_UUID("8A674B4C-1F63-11d3-B64C-00C04F79498E")
  2008. AnalogRadioTuningSpace;
  2009. #endif
  2010. EXTERN_C const CLSID CLSID_AnalogTVTuningSpace;
  2011. #ifdef __cplusplus
  2012. class DECLSPEC_UUID("8A674B4D-1F63-11d3-B64C-00C04F79498E")
  2013. AnalogTVTuningSpace;
  2014. #endif
  2015. EXTERN_C const CLSID CLSID_DVBTuningSpace;
  2016. #ifdef __cplusplus
  2017. class DECLSPEC_UUID("C6B14B32-76AA-4a86-A7AC-5C79AAF58DA7")
  2018. DVBTuningSpace;
  2019. #endif
  2020. EXTERN_C const CLSID CLSID_DVBSTuningSpace;
  2021. #ifdef __cplusplus
  2022. class DECLSPEC_UUID("B64016F3-C9A2-4066-96F0-BD9563314726")
  2023. DVBSTuningSpace;
  2024. #endif
  2025. EXTERN_C const CLSID CLSID_ComponentTypes;
  2026. #ifdef __cplusplus
  2027. class DECLSPEC_UUID("A1A2B1C4-0E3A-11d3-9D8E-00C04F72D980")
  2028. ComponentTypes;
  2029. #endif
  2030. EXTERN_C const CLSID CLSID_ComponentType;
  2031. #ifdef __cplusplus
  2032. class DECLSPEC_UUID("823535A0-0318-11d3-9D8E-00C04F72D980")
  2033. ComponentType;
  2034. #endif
  2035. EXTERN_C const CLSID CLSID_LanguageComponentType;
  2036. #ifdef __cplusplus
  2037. class DECLSPEC_UUID("1BE49F30-0E1B-11d3-9D8E-00C04F72D980")
  2038. LanguageComponentType;
  2039. #endif
  2040. EXTERN_C const CLSID CLSID_MPEG2ComponentType;
  2041. #ifdef __cplusplus
  2042. class DECLSPEC_UUID("418008F3-CF67-4668-9628-10DC52BE1D08")
  2043. MPEG2ComponentType;
  2044. #endif
  2045. EXTERN_C const CLSID CLSID_ATSCComponentType;
  2046. #ifdef __cplusplus
  2047. class DECLSPEC_UUID("A8DCF3D5-0780-4ef4-8A83-2CFFAACB8ACE")
  2048. ATSCComponentType;
  2049. #endif
  2050. EXTERN_C const CLSID CLSID_Components;
  2051. #ifdef __cplusplus
  2052. class DECLSPEC_UUID("809B6661-94C4-49e6-B6EC-3F0F862215AA")
  2053. Components;
  2054. #endif
  2055. EXTERN_C const CLSID CLSID_Component;
  2056. #ifdef __cplusplus
  2057. class DECLSPEC_UUID("59DC47A8-116C-11d3-9D8E-00C04F72D980")
  2058. Component;
  2059. #endif
  2060. EXTERN_C const CLSID CLSID_MPEG2Component;
  2061. #ifdef __cplusplus
  2062. class DECLSPEC_UUID("055CB2D7-2969-45cd-914B-76890722F112")
  2063. MPEG2Component;
  2064. #endif
  2065. EXTERN_C const CLSID CLSID_TuneRequest;
  2066. #ifdef __cplusplus
  2067. class DECLSPEC_UUID("B46E0D38-AB35-4a06-A137-70576B01B39F")
  2068. TuneRequest;
  2069. #endif
  2070. EXTERN_C const CLSID CLSID_ChannelTuneRequest;
  2071. #ifdef __cplusplus
  2072. class DECLSPEC_UUID("0369B4E5-45B6-11d3-B650-00C04F79498E")
  2073. ChannelTuneRequest;
  2074. #endif
  2075. EXTERN_C const CLSID CLSID_ATSCChannelTuneRequest;
  2076. #ifdef __cplusplus
  2077. class DECLSPEC_UUID("0369B4E6-45B6-11d3-B650-00C04F79498E")
  2078. ATSCChannelTuneRequest;
  2079. #endif
  2080. EXTERN_C const CLSID CLSID_MPEG2TuneRequest;
  2081. #ifdef __cplusplus
  2082. class DECLSPEC_UUID("0955AC62-BF2E-4cba-A2B9-A63F772D46CF")
  2083. MPEG2TuneRequest;
  2084. #endif
  2085. EXTERN_C const CLSID CLSID_MPEG2TuneRequestFactory;
  2086. #ifdef __cplusplus
  2087. class DECLSPEC_UUID("2C63E4EB-4CEA-41b8-919C-E947EA19A77C")
  2088. MPEG2TuneRequestFactory;
  2089. #endif
  2090. EXTERN_C const CLSID CLSID_Locator;
  2091. #ifdef __cplusplus
  2092. class DECLSPEC_UUID("0888C883-AC4F-4943-B516-2C38D9B34562")
  2093. Locator;
  2094. #endif
  2095. EXTERN_C const CLSID CLSID_ATSCLocator;
  2096. #ifdef __cplusplus
  2097. class DECLSPEC_UUID("8872FF1B-98FA-4d7a-8D93-C9F1055F85BB")
  2098. ATSCLocator;
  2099. #endif
  2100. EXTERN_C const CLSID CLSID_DVBTLocator;
  2101. #ifdef __cplusplus
  2102. class DECLSPEC_UUID("9CD64701-BDF3-4d14-8E03-F12983D86664")
  2103. DVBTLocator;
  2104. #endif
  2105. EXTERN_C const CLSID CLSID_DVBSLocator;
  2106. #ifdef __cplusplus
  2107. class DECLSPEC_UUID("1DF7D126-4050-47f0-A7CF-4C4CA9241333")
  2108. DVBSLocator;
  2109. #endif
  2110. EXTERN_C const CLSID CLSID_DVBCLocator;
  2111. #ifdef __cplusplus
  2112. class DECLSPEC_UUID("C531D9FD-9685-4028-8B68-6E1232079F1E")
  2113. DVBCLocator;
  2114. #endif
  2115. EXTERN_C const CLSID CLSID_DVBTuneRequest;
  2116. #ifdef __cplusplus
  2117. class DECLSPEC_UUID("15D6504A-5494-499c-886C-973C9E53B9F1")
  2118. DVBTuneRequest;
  2119. #endif
  2120. EXTERN_C const CLSID CLSID_CreatePropBagOnRegKey;
  2121. #ifdef __cplusplus
  2122. class DECLSPEC_UUID("8A674B49-1F63-11d3-B64C-00C04F79498E")
  2123. CreatePropBagOnRegKey;
  2124. #endif
  2125. EXTERN_C const CLSID CLSID_BroadcastEventService;
  2126. #ifdef __cplusplus
  2127. class DECLSPEC_UUID("0B3FFB92-0919-4934-9D5B-619C719D0202")
  2128. BroadcastEventService;
  2129. #endif
  2130. #endif /* __TunerLib_LIBRARY_DEFINED__ */
  2131. /* Additional Prototypes for ALL interfaces */
  2132. unsigned long             __RPC_USER  BSTR_UserSize(     unsigned long *, unsigned long            , BSTR * ); 
  2133. unsigned char * __RPC_USER  BSTR_UserMarshal(  unsigned long *, unsigned char *, BSTR * ); 
  2134. unsigned char * __RPC_USER  BSTR_UserUnmarshal(unsigned long *, unsigned char *, BSTR * ); 
  2135. void                      __RPC_USER  BSTR_UserFree(     unsigned long *, BSTR * ); 
  2136. unsigned long             __RPC_USER  VARIANT_UserSize(     unsigned long *, unsigned long            , VARIANT * ); 
  2137. unsigned char * __RPC_USER  VARIANT_UserMarshal(  unsigned long *, unsigned char *, VARIANT * ); 
  2138. unsigned char * __RPC_USER  VARIANT_UserUnmarshal(unsigned long *, unsigned char *, VARIANT * ); 
  2139. void                      __RPC_USER  VARIANT_UserFree(     unsigned long *, VARIANT * ); 
  2140. /* end of Additional Prototypes */
  2141. #ifdef __cplusplus
  2142. }
  2143. #endif
  2144. #endif