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

模拟服务器

开发平台:

C/C++

  1.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2.     PRPC_MESSAGE _pRpcMessage,
  3.     DWORD *_pdwStubPhase);
  4. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IWTEApplications_Remove_Proxy( 
  5.     IWTEApplications __RPC_FAR * This,
  6.     /* [in] */ VARIANT v);
  7. void __RPC_STUB IWTEApplications_Remove_Stub(
  8.     IRpcStubBuffer *This,
  9.     IRpcChannelBuffer *_pRpcChannelBuffer,
  10.     PRPC_MESSAGE _pRpcMessage,
  11.     DWORD *_pdwStubPhase);
  12. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IWTEApplications_Refresh_Proxy( 
  13.     IWTEApplications __RPC_FAR * This);
  14. void __RPC_STUB IWTEApplications_Refresh_Stub(
  15.     IRpcStubBuffer *This,
  16.     IRpcChannelBuffer *_pRpcChannelBuffer,
  17.     PRPC_MESSAGE _pRpcMessage,
  18.     DWORD *_pdwStubPhase);
  19. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IWTEApplications_Save_Proxy( 
  20.     IWTEApplications __RPC_FAR * This,
  21.     /* [defaultvalue][in] */ VARIANT_BOOL SaveOnlyIfCurrent);
  22. void __RPC_STUB IWTEApplications_Save_Stub(
  23.     IRpcStubBuffer *This,
  24.     IRpcChannelBuffer *_pRpcChannelBuffer,
  25.     PRPC_MESSAGE _pRpcMessage,
  26.     DWORD *_pdwStubPhase);
  27. #endif  /* __IWTEApplications_INTERFACE_DEFINED__ */
  28. #ifndef __IWTEApplication_INTERFACE_DEFINED__
  29. #define __IWTEApplication_INTERFACE_DEFINED__
  30. /* interface IWTEApplication */
  31. /* [unique][helpstring][dual][uuid][object] */ 
  32. EXTERN_C const IID IID_IWTEApplication;
  33. #if defined(__cplusplus) && !defined(CINTERFACE)
  34.     
  35.     MIDL_INTERFACE("B83E8322-336C-11D3-8657-0090272F9EEB")
  36.     IWTEApplication : public IDispatch
  37.     {
  38.     public:
  39.         virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Refresh( void) = 0;
  40.         
  41.         virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Save( 
  42.             /* [defaultvalue][in] */ VARIANT_BOOL SaveOnlyIfCurrent = ( VARIANT_BOOL  )0) = 0;
  43.         
  44.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_VendorDataSets( 
  45.             /* [retval][out] */ IWTEVendorDataSets __RPC_FAR *__RPC_FAR *pVal) = 0;
  46.         
  47.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Name( 
  48.             /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  49.         
  50.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_Name( 
  51.             /* [in] */ BSTR newVal) = 0;
  52.         
  53.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Description( 
  54.             /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  55.         
  56.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_Description( 
  57.             /* [in] */ BSTR newVal) = 0;
  58.         
  59.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_HomePage( 
  60.             /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  61.         
  62.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_HomePage( 
  63.             /* [in] */ BSTR newVal) = 0;
  64.         
  65.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_InputTerminator( 
  66.             /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  67.         
  68.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_InputTerminator( 
  69.             /* [in] */ BSTR newVal) = 0;
  70.         
  71.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_BackKey( 
  72.             /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  73.         
  74.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_BackKey( 
  75.             /* [in] */ BSTR newVal) = 0;
  76.         
  77.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_HomeKey( 
  78.             /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  79.         
  80.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_HomeKey( 
  81.             /* [in] */ BSTR newVal) = 0;
  82.         
  83.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_OperatorKey( 
  84.             /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  85.         
  86.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_OperatorKey( 
  87.             /* [in] */ BSTR newVal) = 0;
  88.         
  89.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_OperatorExtension( 
  90.             /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  91.         
  92.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_OperatorExtension( 
  93.             /* [in] */ BSTR newVal) = 0;
  94.         
  95.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_ClickButtonKey( 
  96.             /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  97.         
  98.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_ClickButtonKey( 
  99.             /* [in] */ BSTR newVal) = 0;
  100.         
  101.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_SkipButtonKey( 
  102.             /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  103.         
  104.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_SkipButtonKey( 
  105.             /* [in] */ BSTR newVal) = 0;
  106.         
  107.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_SelectCheckBoxKey( 
  108.             /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  109.         
  110.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_SelectCheckBoxKey( 
  111.             /* [in] */ BSTR newVal) = 0;
  112.         
  113.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_ClearCheckBoxKey( 
  114.             /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  115.         
  116.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_ClearCheckBoxKey( 
  117.             /* [in] */ BSTR newVal) = 0;
  118.         
  119.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_IgnoreNavigationKeysTillTermination( 
  120.             /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pVal) = 0;
  121.         
  122.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_IgnoreNavigationKeysTillTermination( 
  123.             /* [in] */ VARIANT_BOOL newVal) = 0;
  124.         
  125.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_DetectABCD( 
  126.             /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pVal) = 0;
  127.         
  128.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_DetectABCD( 
  129.             /* [in] */ VARIANT_BOOL newVal) = 0;
  130.         
  131.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_MaxRecordTime( 
  132.             /* [retval][out] */ int __RPC_FAR *pVal) = 0;
  133.         
  134.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_MaxRecordTime( 
  135.             /* [in] */ int newVal) = 0;
  136.         
  137.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_RecordStopSilenceTime( 
  138.             /* [retval][out] */ int __RPC_FAR *pVal) = 0;
  139.         
  140.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_RecordStopSilenceTime( 
  141.             /* [in] */ int newVal) = 0;
  142.         
  143.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_InvalidKeyAnnouncement( 
  144.             /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  145.         
  146.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_InvalidKeyAnnouncement( 
  147.             /* [in] */ BSTR newVal) = 0;
  148.         
  149.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_TimeoutAnnouncement( 
  150.             /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  151.         
  152.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_TimeoutAnnouncement( 
  153.             /* [in] */ BSTR newVal) = 0;
  154.         
  155.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_MaxRetries( 
  156.             /* [retval][out] */ int __RPC_FAR *pVal) = 0;
  157.         
  158.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_MaxRetries( 
  159.             /* [in] */ int newVal) = 0;
  160.         
  161.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_FirstTimeoutInterval( 
  162.             /* [retval][out] */ int __RPC_FAR *pVal) = 0;
  163.         
  164.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_FirstTimeoutInterval( 
  165.             /* [in] */ int newVal) = 0;
  166.         
  167.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_InterTimeoutInterval( 
  168.             /* [retval][out] */ int __RPC_FAR *pVal) = 0;
  169.         
  170.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_InterTimeoutInterval( 
  171.             /* [in] */ int newVal) = 0;
  172.         
  173.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_RecurringErrorPage( 
  174.             /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  175.         
  176.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_RecurringErrorPage( 
  177.             /* [in] */ BSTR newVal) = 0;
  178.         
  179.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_RenderTTS( 
  180.             /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pVal) = 0;
  181.         
  182.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_RenderTTS( 
  183.             /* [in] */ VARIANT_BOOL newVal) = 0;
  184.         
  185.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_TTSParameters( 
  186.             /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  187.         
  188.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_TTSParameters( 
  189.             /* [in] */ BSTR newVal) = 0;
  190.         
  191.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_SRParameters( 
  192.             /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  193.         
  194.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_SRParameters( 
  195.             /* [in] */ BSTR newVal) = 0;
  196.         
  197.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_LogEventSelection( 
  198.             /* [retval][out] */ int __RPC_FAR *pVal) = 0;
  199.         
  200.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_LogEventSelection( 
  201.             /* [in] */ int newVal) = 0;
  202.         
  203.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_DelayedAnswering( 
  204.             /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pVal) = 0;
  205.         
  206.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_DelayedAnswering( 
  207.             /* [in] */ VARIANT_BOOL newVal) = 0;
  208.         
  209.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_PostCallPage( 
  210.             /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  211.         
  212.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_PostCallPage( 
  213.             /* [in] */ BSTR newVal) = 0;
  214.         
  215.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_RenderTablesAsTabularData( 
  216.             /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pVal) = 0;
  217.         
  218.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_RenderTablesAsTabularData( 
  219.             /* [in] */ VARIANT_BOOL newVal) = 0;
  220.         
  221.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_InitialAutoNumber( 
  222.             /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  223.         
  224.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_InitialAutoNumber( 
  225.             /* [in] */ BSTR newVal) = 0;
  226.         
  227.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_ShutdownTime( 
  228.             /* [retval][out] */ int __RPC_FAR *pVal) = 0;
  229.         
  230.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_ShutdownTime( 
  231.             /* [in] */ int newVal) = 0;
  232.         
  233.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_ShutdownAnnouncement( 
  234.             /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  235.         
  236.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_ShutdownAnnouncement( 
  237.             /* [in] */ BSTR newVal) = 0;
  238.         
  239.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_SRThreshold( 
  240.             /* [retval][out] */ int __RPC_FAR *pVal) = 0;
  241.         
  242.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_SRThreshold( 
  243.             /* [in] */ int newVal) = 0;
  244.         
  245.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_UseSR( 
  246.             /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pVal) = 0;
  247.         
  248.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_UseSR( 
  249.             /* [in] */ VARIANT_BOOL newVal) = 0;
  250.         
  251.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_ConfirmBefore( 
  252.             /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  253.         
  254.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_ConfirmBefore( 
  255.             /* [in] */ BSTR newVal) = 0;
  256.         
  257.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_ConfirmAfter( 
  258.             /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  259.         
  260.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_ConfirmAfter( 
  261.             /* [in] */ BSTR newVal) = 0;
  262.         
  263.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_OfferItems( 
  264.             /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pVal) = 0;
  265.         
  266.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_OfferItems( 
  267.             /* [in] */ VARIANT_BOOL newVal) = 0;
  268.         
  269.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_ClickButtonPhrases( 
  270.             /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  271.         
  272.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_ClickButtonPhrases( 
  273.             /* [in] */ BSTR newVal) = 0;
  274.         
  275.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_SkipButtonPhrases( 
  276.             /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  277.         
  278.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_SkipButtonPhrases( 
  279.             /* [in] */ BSTR newVal) = 0;
  280.         
  281.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_SelectCheckBoxPhrases( 
  282.             /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  283.         
  284.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_SelectCheckBoxPhrases( 
  285.             /* [in] */ BSTR newVal) = 0;
  286.         
  287.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_ClearCheckBoxPhrases( 
  288.             /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  289.         
  290.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_ClearCheckBoxPhrases( 
  291.             /* [in] */ BSTR newVal) = 0;
  292.         
  293.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_NavigationAnnouncement( 
  294.             /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  295.         
  296.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_NavigationAnnouncement( 
  297.             /* [in] */ BSTR newVal) = 0;
  298.         
  299.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_RepeatMenuAnnouncement( 
  300.             /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  301.         
  302.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_RepeatMenuAnnouncement( 
  303.             /* [in] */ BSTR newVal) = 0;
  304.         
  305.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_RepeatMenuKey( 
  306.             /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  307.         
  308.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_RepeatMenuKey( 
  309.             /* [in] */ BSTR newVal) = 0;
  310.         
  311.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_DownloadControlFlags( 
  312.             /* [retval][out] */ int __RPC_FAR *pVal) = 0;
  313.         
  314.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_DownloadControlFlags( 
  315.             /* [in] */ int newVal) = 0;
  316.         
  317.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_OperatorTransferType( 
  318.             /* [retval][out] */ int __RPC_FAR *pVal) = 0;
  319.         
  320.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_OperatorTransferType( 
  321.             /* [in] */ int newVal) = 0;
  322.         
  323.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Vendor( 
  324.             /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  325.         
  326.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_Vendor( 
  327.             /* [in] */ BSTR newVal) = 0;
  328.         
  329.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_EnableFullConfiguration( 
  330.             /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pVal) = 0;
  331.         
  332.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_EnableFullConfiguration( 
  333.             /* [in] */ VARIANT_BOOL newVal) = 0;
  334.         
  335.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_RecordStopOnAnyKey( 
  336.             /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pVal) = 0;
  337.         
  338.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_RecordStopOnAnyKey( 
  339.             /* [in] */ VARIANT_BOOL newVal) = 0;
  340.         
  341.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_ConfirmationMenuAnnouncement( 
  342.             /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  343.         
  344.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_ConfirmationMenuAnnouncement( 
  345.             /* [in] */ BSTR newVal) = 0;
  346.         
  347.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_SuggestConfirmation( 
  348.             /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pVal) = 0;
  349.         
  350.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_SuggestConfirmation( 
  351.             /* [in] */ VARIANT_BOOL newVal) = 0;
  352.         
  353.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_TTSWaveFormat( 
  354.             /* [retval][out] */ PCMWaveFormats __RPC_FAR *pVal) = 0;
  355.         
  356.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_TTSWaveFormat( 
  357.             /* [in] */ PCMWaveFormats newVal) = 0;
  358.         
  359.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_InputWaveFormat( 
  360.             /* [retval][out] */ PCMWaveFormats __RPC_FAR *pVal) = 0;
  361.         
  362.         virtual /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE put_InputWaveFormat( 
  363.             /* [in] */ PCMWaveFormats newVal) = 0;
  364.         
  365.     };
  366.     
  367. #else  /* C style interface */
  368.     typedef struct IWTEApplicationVtbl
  369.     {
  370.         BEGIN_INTERFACE
  371.         
  372.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )( 
  373.             IWTEApplication __RPC_FAR * This,
  374.             /* [in] */ REFIID riid,
  375.             /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
  376.         
  377.         ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )( 
  378.             IWTEApplication __RPC_FAR * This);
  379.         
  380.         ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )( 
  381.             IWTEApplication __RPC_FAR * This);
  382.         
  383.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfoCount )( 
  384.             IWTEApplication __RPC_FAR * This,
  385.             /* [out] */ UINT __RPC_FAR *pctinfo);
  386.         
  387.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfo )( 
  388.             IWTEApplication __RPC_FAR * This,
  389.             /* [in] */ UINT iTInfo,
  390.             /* [in] */ LCID lcid,
  391.             /* [out] */ ITypeInfo __RPC_FAR *__RPC_FAR *ppTInfo);
  392.         
  393.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetIDsOfNames )( 
  394.             IWTEApplication __RPC_FAR * This,
  395.             /* [in] */ REFIID riid,
  396.             /* [size_is][in] */ LPOLESTR __RPC_FAR *rgszNames,
  397.             /* [in] */ UINT cNames,
  398.             /* [in] */ LCID lcid,
  399.             /* [size_is][out] */ DISPID __RPC_FAR *rgDispId);
  400.         
  401.         /* [local] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Invoke )( 
  402.             IWTEApplication __RPC_FAR * This,
  403.             /* [in] */ DISPID dispIdMember,
  404.             /* [in] */ REFIID riid,
  405.             /* [in] */ LCID lcid,
  406.             /* [in] */ WORD wFlags,
  407.             /* [out][in] */ DISPPARAMS __RPC_FAR *pDispParams,
  408.             /* [out] */ VARIANT __RPC_FAR *pVarResult,
  409.             /* [out] */ EXCEPINFO __RPC_FAR *pExcepInfo,
  410.             /* [out] */ UINT __RPC_FAR *puArgErr);
  411.         
  412.         /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Refresh )( 
  413.             IWTEApplication __RPC_FAR * This);
  414.         
  415.         /* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Save )( 
  416.             IWTEApplication __RPC_FAR * This,
  417.             /* [defaultvalue][in] */ VARIANT_BOOL SaveOnlyIfCurrent);
  418.         
  419.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_VendorDataSets )( 
  420.             IWTEApplication __RPC_FAR * This,
  421.             /* [retval][out] */ IWTEVendorDataSets __RPC_FAR *__RPC_FAR *pVal);
  422.         
  423.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_Name )( 
  424.             IWTEApplication __RPC_FAR * This,
  425.             /* [retval][out] */ BSTR __RPC_FAR *pVal);
  426.         
  427.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_Name )( 
  428.             IWTEApplication __RPC_FAR * This,
  429.             /* [in] */ BSTR newVal);
  430.         
  431.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_Description )( 
  432.             IWTEApplication __RPC_FAR * This,
  433.             /* [retval][out] */ BSTR __RPC_FAR *pVal);
  434.         
  435.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_Description )( 
  436.             IWTEApplication __RPC_FAR * This,
  437.             /* [in] */ BSTR newVal);
  438.         
  439.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_HomePage )( 
  440.             IWTEApplication __RPC_FAR * This,
  441.             /* [retval][out] */ BSTR __RPC_FAR *pVal);
  442.         
  443.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_HomePage )( 
  444.             IWTEApplication __RPC_FAR * This,
  445.             /* [in] */ BSTR newVal);
  446.         
  447.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_InputTerminator )( 
  448.             IWTEApplication __RPC_FAR * This,
  449.             /* [retval][out] */ BSTR __RPC_FAR *pVal);
  450.         
  451.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_InputTerminator )( 
  452.             IWTEApplication __RPC_FAR * This,
  453.             /* [in] */ BSTR newVal);
  454.         
  455.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_BackKey )( 
  456.             IWTEApplication __RPC_FAR * This,
  457.             /* [retval][out] */ BSTR __RPC_FAR *pVal);
  458.         
  459.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_BackKey )( 
  460.             IWTEApplication __RPC_FAR * This,
  461.             /* [in] */ BSTR newVal);
  462.         
  463.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_HomeKey )( 
  464.             IWTEApplication __RPC_FAR * This,
  465.             /* [retval][out] */ BSTR __RPC_FAR *pVal);
  466.         
  467.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_HomeKey )( 
  468.             IWTEApplication __RPC_FAR * This,
  469.             /* [in] */ BSTR newVal);
  470.         
  471.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_OperatorKey )( 
  472.             IWTEApplication __RPC_FAR * This,
  473.             /* [retval][out] */ BSTR __RPC_FAR *pVal);
  474.         
  475.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_OperatorKey )( 
  476.             IWTEApplication __RPC_FAR * This,
  477.             /* [in] */ BSTR newVal);
  478.         
  479.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_OperatorExtension )( 
  480.             IWTEApplication __RPC_FAR * This,
  481.             /* [retval][out] */ BSTR __RPC_FAR *pVal);
  482.         
  483.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_OperatorExtension )( 
  484.             IWTEApplication __RPC_FAR * This,
  485.             /* [in] */ BSTR newVal);
  486.         
  487.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_ClickButtonKey )( 
  488.             IWTEApplication __RPC_FAR * This,
  489.             /* [retval][out] */ BSTR __RPC_FAR *pVal);
  490.         
  491.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_ClickButtonKey )( 
  492.             IWTEApplication __RPC_FAR * This,
  493.             /* [in] */ BSTR newVal);
  494.         
  495.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_SkipButtonKey )( 
  496.             IWTEApplication __RPC_FAR * This,
  497.             /* [retval][out] */ BSTR __RPC_FAR *pVal);
  498.         
  499.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_SkipButtonKey )( 
  500.             IWTEApplication __RPC_FAR * This,
  501.             /* [in] */ BSTR newVal);
  502.         
  503.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_SelectCheckBoxKey )( 
  504.             IWTEApplication __RPC_FAR * This,
  505.             /* [retval][out] */ BSTR __RPC_FAR *pVal);
  506.         
  507.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_SelectCheckBoxKey )( 
  508.             IWTEApplication __RPC_FAR * This,
  509.             /* [in] */ BSTR newVal);
  510.         
  511.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_ClearCheckBoxKey )( 
  512.             IWTEApplication __RPC_FAR * This,
  513.             /* [retval][out] */ BSTR __RPC_FAR *pVal);
  514.         
  515.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_ClearCheckBoxKey )( 
  516.             IWTEApplication __RPC_FAR * This,
  517.             /* [in] */ BSTR newVal);
  518.         
  519.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_IgnoreNavigationKeysTillTermination )( 
  520.             IWTEApplication __RPC_FAR * This,
  521.             /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pVal);
  522.         
  523.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_IgnoreNavigationKeysTillTermination )( 
  524.             IWTEApplication __RPC_FAR * This,
  525.             /* [in] */ VARIANT_BOOL newVal);
  526.         
  527.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_DetectABCD )( 
  528.             IWTEApplication __RPC_FAR * This,
  529.             /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pVal);
  530.         
  531.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_DetectABCD )( 
  532.             IWTEApplication __RPC_FAR * This,
  533.             /* [in] */ VARIANT_BOOL newVal);
  534.         
  535.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_MaxRecordTime )( 
  536.             IWTEApplication __RPC_FAR * This,
  537.             /* [retval][out] */ int __RPC_FAR *pVal);
  538.         
  539.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_MaxRecordTime )( 
  540.             IWTEApplication __RPC_FAR * This,
  541.             /* [in] */ int newVal);
  542.         
  543.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_RecordStopSilenceTime )( 
  544.             IWTEApplication __RPC_FAR * This,
  545.             /* [retval][out] */ int __RPC_FAR *pVal);
  546.         
  547.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_RecordStopSilenceTime )( 
  548.             IWTEApplication __RPC_FAR * This,
  549.             /* [in] */ int newVal);
  550.         
  551.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_InvalidKeyAnnouncement )( 
  552.             IWTEApplication __RPC_FAR * This,
  553.             /* [retval][out] */ BSTR __RPC_FAR *pVal);
  554.         
  555.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_InvalidKeyAnnouncement )( 
  556.             IWTEApplication __RPC_FAR * This,
  557.             /* [in] */ BSTR newVal);
  558.         
  559.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_TimeoutAnnouncement )( 
  560.             IWTEApplication __RPC_FAR * This,
  561.             /* [retval][out] */ BSTR __RPC_FAR *pVal);
  562.         
  563.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_TimeoutAnnouncement )( 
  564.             IWTEApplication __RPC_FAR * This,
  565.             /* [in] */ BSTR newVal);
  566.         
  567.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_MaxRetries )( 
  568.             IWTEApplication __RPC_FAR * This,
  569.             /* [retval][out] */ int __RPC_FAR *pVal);
  570.         
  571.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_MaxRetries )( 
  572.             IWTEApplication __RPC_FAR * This,
  573.             /* [in] */ int newVal);
  574.         
  575.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_FirstTimeoutInterval )( 
  576.             IWTEApplication __RPC_FAR * This,
  577.             /* [retval][out] */ int __RPC_FAR *pVal);
  578.         
  579.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_FirstTimeoutInterval )( 
  580.             IWTEApplication __RPC_FAR * This,
  581.             /* [in] */ int newVal);
  582.         
  583.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_InterTimeoutInterval )( 
  584.             IWTEApplication __RPC_FAR * This,
  585.             /* [retval][out] */ int __RPC_FAR *pVal);
  586.         
  587.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_InterTimeoutInterval )( 
  588.             IWTEApplication __RPC_FAR * This,
  589.             /* [in] */ int newVal);
  590.         
  591.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_RecurringErrorPage )( 
  592.             IWTEApplication __RPC_FAR * This,
  593.             /* [retval][out] */ BSTR __RPC_FAR *pVal);
  594.         
  595.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_RecurringErrorPage )( 
  596.             IWTEApplication __RPC_FAR * This,
  597.             /* [in] */ BSTR newVal);
  598.         
  599.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_RenderTTS )( 
  600.             IWTEApplication __RPC_FAR * This,
  601.             /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pVal);
  602.         
  603.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_RenderTTS )( 
  604.             IWTEApplication __RPC_FAR * This,
  605.             /* [in] */ VARIANT_BOOL newVal);
  606.         
  607.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_TTSParameters )( 
  608.             IWTEApplication __RPC_FAR * This,
  609.             /* [retval][out] */ BSTR __RPC_FAR *pVal);
  610.         
  611.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_TTSParameters )( 
  612.             IWTEApplication __RPC_FAR * This,
  613.             /* [in] */ BSTR newVal);
  614.         
  615.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_SRParameters )( 
  616.             IWTEApplication __RPC_FAR * This,
  617.             /* [retval][out] */ BSTR __RPC_FAR *pVal);
  618.         
  619.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_SRParameters )( 
  620.             IWTEApplication __RPC_FAR * This,
  621.             /* [in] */ BSTR newVal);
  622.         
  623.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_LogEventSelection )( 
  624.             IWTEApplication __RPC_FAR * This,
  625.             /* [retval][out] */ int __RPC_FAR *pVal);
  626.         
  627.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_LogEventSelection )( 
  628.             IWTEApplication __RPC_FAR * This,
  629.             /* [in] */ int newVal);
  630.         
  631.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_DelayedAnswering )( 
  632.             IWTEApplication __RPC_FAR * This,
  633.             /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pVal);
  634.         
  635.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_DelayedAnswering )( 
  636.             IWTEApplication __RPC_FAR * This,
  637.             /* [in] */ VARIANT_BOOL newVal);
  638.         
  639.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_PostCallPage )( 
  640.             IWTEApplication __RPC_FAR * This,
  641.             /* [retval][out] */ BSTR __RPC_FAR *pVal);
  642.         
  643.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_PostCallPage )( 
  644.             IWTEApplication __RPC_FAR * This,
  645.             /* [in] */ BSTR newVal);
  646.         
  647.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_RenderTablesAsTabularData )( 
  648.             IWTEApplication __RPC_FAR * This,
  649.             /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pVal);
  650.         
  651.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_RenderTablesAsTabularData )( 
  652.             IWTEApplication __RPC_FAR * This,
  653.             /* [in] */ VARIANT_BOOL newVal);
  654.         
  655.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_InitialAutoNumber )( 
  656.             IWTEApplication __RPC_FAR * This,
  657.             /* [retval][out] */ BSTR __RPC_FAR *pVal);
  658.         
  659.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_InitialAutoNumber )( 
  660.             IWTEApplication __RPC_FAR * This,
  661.             /* [in] */ BSTR newVal);
  662.         
  663.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_ShutdownTime )( 
  664.             IWTEApplication __RPC_FAR * This,
  665.             /* [retval][out] */ int __RPC_FAR *pVal);
  666.         
  667.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_ShutdownTime )( 
  668.             IWTEApplication __RPC_FAR * This,
  669.             /* [in] */ int newVal);
  670.         
  671.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_ShutdownAnnouncement )( 
  672.             IWTEApplication __RPC_FAR * This,
  673.             /* [retval][out] */ BSTR __RPC_FAR *pVal);
  674.         
  675.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_ShutdownAnnouncement )( 
  676.             IWTEApplication __RPC_FAR * This,
  677.             /* [in] */ BSTR newVal);
  678.         
  679.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_SRThreshold )( 
  680.             IWTEApplication __RPC_FAR * This,
  681.             /* [retval][out] */ int __RPC_FAR *pVal);
  682.         
  683.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_SRThreshold )( 
  684.             IWTEApplication __RPC_FAR * This,
  685.             /* [in] */ int newVal);
  686.         
  687.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_UseSR )( 
  688.             IWTEApplication __RPC_FAR * This,
  689.             /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pVal);
  690.         
  691.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_UseSR )( 
  692.             IWTEApplication __RPC_FAR * This,
  693.             /* [in] */ VARIANT_BOOL newVal);
  694.         
  695.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_ConfirmBefore )( 
  696.             IWTEApplication __RPC_FAR * This,
  697.             /* [retval][out] */ BSTR __RPC_FAR *pVal);
  698.         
  699.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_ConfirmBefore )( 
  700.             IWTEApplication __RPC_FAR * This,
  701.             /* [in] */ BSTR newVal);
  702.         
  703.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_ConfirmAfter )( 
  704.             IWTEApplication __RPC_FAR * This,
  705.             /* [retval][out] */ BSTR __RPC_FAR *pVal);
  706.         
  707.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_ConfirmAfter )( 
  708.             IWTEApplication __RPC_FAR * This,
  709.             /* [in] */ BSTR newVal);
  710.         
  711.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_OfferItems )( 
  712.             IWTEApplication __RPC_FAR * This,
  713.             /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pVal);
  714.         
  715.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_OfferItems )( 
  716.             IWTEApplication __RPC_FAR * This,
  717.             /* [in] */ VARIANT_BOOL newVal);
  718.         
  719.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_ClickButtonPhrases )( 
  720.             IWTEApplication __RPC_FAR * This,
  721.             /* [retval][out] */ BSTR __RPC_FAR *pVal);
  722.         
  723.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_ClickButtonPhrases )( 
  724.             IWTEApplication __RPC_FAR * This,
  725.             /* [in] */ BSTR newVal);
  726.         
  727.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_SkipButtonPhrases )( 
  728.             IWTEApplication __RPC_FAR * This,
  729.             /* [retval][out] */ BSTR __RPC_FAR *pVal);
  730.         
  731.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_SkipButtonPhrases )( 
  732.             IWTEApplication __RPC_FAR * This,
  733.             /* [in] */ BSTR newVal);
  734.         
  735.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_SelectCheckBoxPhrases )( 
  736.             IWTEApplication __RPC_FAR * This,
  737.             /* [retval][out] */ BSTR __RPC_FAR *pVal);
  738.         
  739.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_SelectCheckBoxPhrases )( 
  740.             IWTEApplication __RPC_FAR * This,
  741.             /* [in] */ BSTR newVal);
  742.         
  743.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_ClearCheckBoxPhrases )( 
  744.             IWTEApplication __RPC_FAR * This,
  745.             /* [retval][out] */ BSTR __RPC_FAR *pVal);
  746.         
  747.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_ClearCheckBoxPhrases )( 
  748.             IWTEApplication __RPC_FAR * This,
  749.             /* [in] */ BSTR newVal);
  750.         
  751.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_NavigationAnnouncement )( 
  752.             IWTEApplication __RPC_FAR * This,
  753.             /* [retval][out] */ BSTR __RPC_FAR *pVal);
  754.         
  755.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_NavigationAnnouncement )( 
  756.             IWTEApplication __RPC_FAR * This,
  757.             /* [in] */ BSTR newVal);
  758.         
  759.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_RepeatMenuAnnouncement )( 
  760.             IWTEApplication __RPC_FAR * This,
  761.             /* [retval][out] */ BSTR __RPC_FAR *pVal);
  762.         
  763.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_RepeatMenuAnnouncement )( 
  764.             IWTEApplication __RPC_FAR * This,
  765.             /* [in] */ BSTR newVal);
  766.         
  767.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_RepeatMenuKey )( 
  768.             IWTEApplication __RPC_FAR * This,
  769.             /* [retval][out] */ BSTR __RPC_FAR *pVal);
  770.         
  771.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_RepeatMenuKey )( 
  772.             IWTEApplication __RPC_FAR * This,
  773.             /* [in] */ BSTR newVal);
  774.         
  775.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_DownloadControlFlags )( 
  776.             IWTEApplication __RPC_FAR * This,
  777.             /* [retval][out] */ int __RPC_FAR *pVal);
  778.         
  779.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_DownloadControlFlags )( 
  780.             IWTEApplication __RPC_FAR * This,
  781.             /* [in] */ int newVal);
  782.         
  783.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_OperatorTransferType )( 
  784.             IWTEApplication __RPC_FAR * This,
  785.             /* [retval][out] */ int __RPC_FAR *pVal);
  786.         
  787.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_OperatorTransferType )( 
  788.             IWTEApplication __RPC_FAR * This,
  789.             /* [in] */ int newVal);
  790.         
  791.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_Vendor )( 
  792.             IWTEApplication __RPC_FAR * This,
  793.             /* [retval][out] */ BSTR __RPC_FAR *pVal);
  794.         
  795.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_Vendor )( 
  796.             IWTEApplication __RPC_FAR * This,
  797.             /* [in] */ BSTR newVal);
  798.         
  799.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_EnableFullConfiguration )( 
  800.             IWTEApplication __RPC_FAR * This,
  801.             /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pVal);
  802.         
  803.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_EnableFullConfiguration )( 
  804.             IWTEApplication __RPC_FAR * This,
  805.             /* [in] */ VARIANT_BOOL newVal);
  806.         
  807.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_RecordStopOnAnyKey )( 
  808.             IWTEApplication __RPC_FAR * This,
  809.             /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pVal);
  810.         
  811.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_RecordStopOnAnyKey )( 
  812.             IWTEApplication __RPC_FAR * This,
  813.             /* [in] */ VARIANT_BOOL newVal);
  814.         
  815.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_ConfirmationMenuAnnouncement )( 
  816.             IWTEApplication __RPC_FAR * This,
  817.             /* [retval][out] */ BSTR __RPC_FAR *pVal);
  818.         
  819.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_ConfirmationMenuAnnouncement )( 
  820.             IWTEApplication __RPC_FAR * This,
  821.             /* [in] */ BSTR newVal);
  822.         
  823.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_SuggestConfirmation )( 
  824.             IWTEApplication __RPC_FAR * This,
  825.             /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pVal);
  826.         
  827.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_SuggestConfirmation )( 
  828.             IWTEApplication __RPC_FAR * This,
  829.             /* [in] */ VARIANT_BOOL newVal);
  830.         
  831.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_TTSWaveFormat )( 
  832.             IWTEApplication __RPC_FAR * This,
  833.             /* [retval][out] */ PCMWaveFormats __RPC_FAR *pVal);
  834.         
  835.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_TTSWaveFormat )( 
  836.             IWTEApplication __RPC_FAR * This,
  837.             /* [in] */ PCMWaveFormats newVal);
  838.         
  839.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_InputWaveFormat )( 
  840.             IWTEApplication __RPC_FAR * This,
  841.             /* [retval][out] */ PCMWaveFormats __RPC_FAR *pVal);
  842.         
  843.         /* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *put_InputWaveFormat )( 
  844.             IWTEApplication __RPC_FAR * This,
  845.             /* [in] */ PCMWaveFormats newVal);
  846.         
  847.         END_INTERFACE
  848.     } IWTEApplicationVtbl;
  849.     interface IWTEApplication
  850.     {
  851.         CONST_VTBL struct IWTEApplicationVtbl __RPC_FAR *lpVtbl;
  852.     };
  853.     
  854. #ifdef COBJMACROS
  855. #define IWTEApplication_QueryInterface(This,riid,ppvObject)
  856.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  857. #define IWTEApplication_AddRef(This)
  858.     (This)->lpVtbl -> AddRef(This)
  859. #define IWTEApplication_Release(This)
  860.     (This)->lpVtbl -> Release(This)
  861. #define IWTEApplication_GetTypeInfoCount(This,pctinfo)
  862.     (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
  863. #define IWTEApplication_GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  864.     (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  865. #define IWTEApplication_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  866.     (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  867. #define IWTEApplication_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  868.     (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  869. #define IWTEApplication_Refresh(This)
  870.     (This)->lpVtbl -> Refresh(This)
  871. #define IWTEApplication_Save(This,SaveOnlyIfCurrent)
  872.     (This)->lpVtbl -> Save(This,SaveOnlyIfCurrent)
  873. #define IWTEApplication_get_VendorDataSets(This,pVal)
  874.     (This)->lpVtbl -> get_VendorDataSets(This,pVal)
  875. #define IWTEApplication_get_Name(This,pVal)
  876.     (This)->lpVtbl -> get_Name(This,pVal)
  877. #define IWTEApplication_put_Name(This,newVal)
  878.     (This)->lpVtbl -> put_Name(This,newVal)
  879. #define IWTEApplication_get_Description(This,pVal)
  880.     (This)->lpVtbl -> get_Description(This,pVal)
  881. #define IWTEApplication_put_Description(This,newVal)
  882.     (This)->lpVtbl -> put_Description(This,newVal)
  883. #define IWTEApplication_get_HomePage(This,pVal)
  884.     (This)->lpVtbl -> get_HomePage(This,pVal)
  885. #define IWTEApplication_put_HomePage(This,newVal)
  886.     (This)->lpVtbl -> put_HomePage(This,newVal)
  887. #define IWTEApplication_get_InputTerminator(This,pVal)
  888.     (This)->lpVtbl -> get_InputTerminator(This,pVal)
  889. #define IWTEApplication_put_InputTerminator(This,newVal)
  890.     (This)->lpVtbl -> put_InputTerminator(This,newVal)
  891. #define IWTEApplication_get_BackKey(This,pVal)
  892.     (This)->lpVtbl -> get_BackKey(This,pVal)
  893. #define IWTEApplication_put_BackKey(This,newVal)
  894.     (This)->lpVtbl -> put_BackKey(This,newVal)
  895. #define IWTEApplication_get_HomeKey(This,pVal)
  896.     (This)->lpVtbl -> get_HomeKey(This,pVal)
  897. #define IWTEApplication_put_HomeKey(This,newVal)
  898.     (This)->lpVtbl -> put_HomeKey(This,newVal)
  899. #define IWTEApplication_get_OperatorKey(This,pVal)
  900.     (This)->lpVtbl -> get_OperatorKey(This,pVal)
  901. #define IWTEApplication_put_OperatorKey(This,newVal)
  902.     (This)->lpVtbl -> put_OperatorKey(This,newVal)
  903. #define IWTEApplication_get_OperatorExtension(This,pVal)
  904.     (This)->lpVtbl -> get_OperatorExtension(This,pVal)
  905. #define IWTEApplication_put_OperatorExtension(This,newVal)
  906.     (This)->lpVtbl -> put_OperatorExtension(This,newVal)
  907. #define IWTEApplication_get_ClickButtonKey(This,pVal)
  908.     (This)->lpVtbl -> get_ClickButtonKey(This,pVal)
  909. #define IWTEApplication_put_ClickButtonKey(This,newVal)
  910.     (This)->lpVtbl -> put_ClickButtonKey(This,newVal)
  911. #define IWTEApplication_get_SkipButtonKey(This,pVal)
  912.     (This)->lpVtbl -> get_SkipButtonKey(This,pVal)
  913. #define IWTEApplication_put_SkipButtonKey(This,newVal)
  914.     (This)->lpVtbl -> put_SkipButtonKey(This,newVal)
  915. #define IWTEApplication_get_SelectCheckBoxKey(This,pVal)
  916.     (This)->lpVtbl -> get_SelectCheckBoxKey(This,pVal)
  917. #define IWTEApplication_put_SelectCheckBoxKey(This,newVal)
  918.     (This)->lpVtbl -> put_SelectCheckBoxKey(This,newVal)
  919. #define IWTEApplication_get_ClearCheckBoxKey(This,pVal)
  920.     (This)->lpVtbl -> get_ClearCheckBoxKey(This,pVal)
  921. #define IWTEApplication_put_ClearCheckBoxKey(This,newVal)
  922.     (This)->lpVtbl -> put_ClearCheckBoxKey(This,newVal)
  923. #define IWTEApplication_get_IgnoreNavigationKeysTillTermination(This,pVal)
  924.     (This)->lpVtbl -> get_IgnoreNavigationKeysTillTermination(This,pVal)
  925. #define IWTEApplication_put_IgnoreNavigationKeysTillTermination(This,newVal)
  926.     (This)->lpVtbl -> put_IgnoreNavigationKeysTillTermination(This,newVal)
  927. #define IWTEApplication_get_DetectABCD(This,pVal)
  928.     (This)->lpVtbl -> get_DetectABCD(This,pVal)
  929. #define IWTEApplication_put_DetectABCD(This,newVal)
  930.     (This)->lpVtbl -> put_DetectABCD(This,newVal)
  931. #define IWTEApplication_get_MaxRecordTime(This,pVal)
  932.     (This)->lpVtbl -> get_MaxRecordTime(This,pVal)
  933. #define IWTEApplication_put_MaxRecordTime(This,newVal)
  934.     (This)->lpVtbl -> put_MaxRecordTime(This,newVal)
  935. #define IWTEApplication_get_RecordStopSilenceTime(This,pVal)
  936.     (This)->lpVtbl -> get_RecordStopSilenceTime(This,pVal)
  937. #define IWTEApplication_put_RecordStopSilenceTime(This,newVal)
  938.     (This)->lpVtbl -> put_RecordStopSilenceTime(This,newVal)
  939. #define IWTEApplication_get_InvalidKeyAnnouncement(This,pVal)
  940.     (This)->lpVtbl -> get_InvalidKeyAnnouncement(This,pVal)
  941. #define IWTEApplication_put_InvalidKeyAnnouncement(This,newVal)
  942.     (This)->lpVtbl -> put_InvalidKeyAnnouncement(This,newVal)
  943. #define IWTEApplication_get_TimeoutAnnouncement(This,pVal)
  944.     (This)->lpVtbl -> get_TimeoutAnnouncement(This,pVal)
  945. #define IWTEApplication_put_TimeoutAnnouncement(This,newVal)
  946.     (This)->lpVtbl -> put_TimeoutAnnouncement(This,newVal)
  947. #define IWTEApplication_get_MaxRetries(This,pVal)
  948.     (This)->lpVtbl -> get_MaxRetries(This,pVal)
  949. #define IWTEApplication_put_MaxRetries(This,newVal)
  950.     (This)->lpVtbl -> put_MaxRetries(This,newVal)
  951. #define IWTEApplication_get_FirstTimeoutInterval(This,pVal)
  952.     (This)->lpVtbl -> get_FirstTimeoutInterval(This,pVal)
  953. #define IWTEApplication_put_FirstTimeoutInterval(This,newVal)
  954.     (This)->lpVtbl -> put_FirstTimeoutInterval(This,newVal)
  955. #define IWTEApplication_get_InterTimeoutInterval(This,pVal)
  956.     (This)->lpVtbl -> get_InterTimeoutInterval(This,pVal)
  957. #define IWTEApplication_put_InterTimeoutInterval(This,newVal)
  958.     (This)->lpVtbl -> put_InterTimeoutInterval(This,newVal)
  959. #define IWTEApplication_get_RecurringErrorPage(This,pVal)
  960.     (This)->lpVtbl -> get_RecurringErrorPage(This,pVal)
  961. #define IWTEApplication_put_RecurringErrorPage(This,newVal)
  962.     (This)->lpVtbl -> put_RecurringErrorPage(This,newVal)
  963. #define IWTEApplication_get_RenderTTS(This,pVal)
  964.     (This)->lpVtbl -> get_RenderTTS(This,pVal)
  965. #define IWTEApplication_put_RenderTTS(This,newVal)
  966.     (This)->lpVtbl -> put_RenderTTS(This,newVal)
  967. #define IWTEApplication_get_TTSParameters(This,pVal)
  968.     (This)->lpVtbl -> get_TTSParameters(This,pVal)
  969. #define IWTEApplication_put_TTSParameters(This,newVal)
  970.     (This)->lpVtbl -> put_TTSParameters(This,newVal)
  971. #define IWTEApplication_get_SRParameters(This,pVal)
  972.     (This)->lpVtbl -> get_SRParameters(This,pVal)
  973. #define IWTEApplication_put_SRParameters(This,newVal)
  974.     (This)->lpVtbl -> put_SRParameters(This,newVal)
  975. #define IWTEApplication_get_LogEventSelection(This,pVal)
  976.     (This)->lpVtbl -> get_LogEventSelection(This,pVal)
  977. #define IWTEApplication_put_LogEventSelection(This,newVal)
  978.     (This)->lpVtbl -> put_LogEventSelection(This,newVal)
  979. #define IWTEApplication_get_DelayedAnswering(This,pVal)
  980.     (This)->lpVtbl -> get_DelayedAnswering(This,pVal)
  981. #define IWTEApplication_put_DelayedAnswering(This,newVal)
  982.     (This)->lpVtbl -> put_DelayedAnswering(This,newVal)
  983. #define IWTEApplication_get_PostCallPage(This,pVal)
  984.     (This)->lpVtbl -> get_PostCallPage(This,pVal)
  985. #define IWTEApplication_put_PostCallPage(This,newVal)
  986.     (This)->lpVtbl -> put_PostCallPage(This,newVal)
  987. #define IWTEApplication_get_RenderTablesAsTabularData(This,pVal)
  988.     (This)->lpVtbl -> get_RenderTablesAsTabularData(This,pVal)
  989. #define IWTEApplication_put_RenderTablesAsTabularData(This,newVal)
  990.     (This)->lpVtbl -> put_RenderTablesAsTabularData(This,newVal)
  991. #define IWTEApplication_get_InitialAutoNumber(This,pVal)
  992.     (This)->lpVtbl -> get_InitialAutoNumber(This,pVal)
  993. #define IWTEApplication_put_InitialAutoNumber(This,newVal)
  994.     (This)->lpVtbl -> put_InitialAutoNumber(This,newVal)
  995. #define IWTEApplication_get_ShutdownTime(This,pVal)
  996.     (This)->lpVtbl -> get_ShutdownTime(This,pVal)
  997. #define IWTEApplication_put_ShutdownTime(This,newVal)
  998.     (This)->lpVtbl -> put_ShutdownTime(This,newVal)
  999. #define IWTEApplication_get_ShutdownAnnouncement(This,pVal)
  1000.     (This)->lpVtbl -> get_ShutdownAnnouncement(This,pVal)
  1001. #define IWTEApplication_put_ShutdownAnnouncement(This,newVal)
  1002.     (This)->lpVtbl -> put_ShutdownAnnouncement(This,newVal)
  1003. #define IWTEApplication_get_SRThreshold(This,pVal)
  1004.     (This)->lpVtbl -> get_SRThreshold(This,pVal)
  1005. #define IWTEApplication_put_SRThreshold(This,newVal)
  1006.     (This)->lpVtbl -> put_SRThreshold(This,newVal)
  1007. #define IWTEApplication_get_UseSR(This,pVal)
  1008.     (This)->lpVtbl -> get_UseSR(This,pVal)
  1009. #define IWTEApplication_put_UseSR(This,newVal)
  1010.     (This)->lpVtbl -> put_UseSR(This,newVal)
  1011. #define IWTEApplication_get_ConfirmBefore(This,pVal)
  1012.     (This)->lpVtbl -> get_ConfirmBefore(This,pVal)
  1013. #define IWTEApplication_put_ConfirmBefore(This,newVal)
  1014.     (This)->lpVtbl -> put_ConfirmBefore(This,newVal)
  1015. #define IWTEApplication_get_ConfirmAfter(This,pVal)
  1016.     (This)->lpVtbl -> get_ConfirmAfter(This,pVal)
  1017. #define IWTEApplication_put_ConfirmAfter(This,newVal)
  1018.     (This)->lpVtbl -> put_ConfirmAfter(This,newVal)
  1019. #define IWTEApplication_get_OfferItems(This,pVal)
  1020.     (This)->lpVtbl -> get_OfferItems(This,pVal)
  1021. #define IWTEApplication_put_OfferItems(This,newVal)
  1022.     (This)->lpVtbl -> put_OfferItems(This,newVal)
  1023. #define IWTEApplication_get_ClickButtonPhrases(This,pVal)
  1024.     (This)->lpVtbl -> get_ClickButtonPhrases(This,pVal)
  1025. #define IWTEApplication_put_ClickButtonPhrases(This,newVal)
  1026.     (This)->lpVtbl -> put_ClickButtonPhrases(This,newVal)
  1027. #define IWTEApplication_get_SkipButtonPhrases(This,pVal)
  1028.     (This)->lpVtbl -> get_SkipButtonPhrases(This,pVal)
  1029. #define IWTEApplication_put_SkipButtonPhrases(This,newVal)
  1030.     (This)->lpVtbl -> put_SkipButtonPhrases(This,newVal)
  1031. #define IWTEApplication_get_SelectCheckBoxPhrases(This,pVal)
  1032.     (This)->lpVtbl -> get_SelectCheckBoxPhrases(This,pVal)
  1033. #define IWTEApplication_put_SelectCheckBoxPhrases(This,newVal)
  1034.     (This)->lpVtbl -> put_SelectCheckBoxPhrases(This,newVal)
  1035. #define IWTEApplication_get_ClearCheckBoxPhrases(This,pVal)
  1036.     (This)->lpVtbl -> get_ClearCheckBoxPhrases(This,pVal)
  1037. #define IWTEApplication_put_ClearCheckBoxPhrases(This,newVal)
  1038.     (This)->lpVtbl -> put_ClearCheckBoxPhrases(This,newVal)
  1039. #define IWTEApplication_get_NavigationAnnouncement(This,pVal)
  1040.     (This)->lpVtbl -> get_NavigationAnnouncement(This,pVal)
  1041. #define IWTEApplication_put_NavigationAnnouncement(This,newVal)
  1042.     (This)->lpVtbl -> put_NavigationAnnouncement(This,newVal)
  1043. #define IWTEApplication_get_RepeatMenuAnnouncement(This,pVal)
  1044.     (This)->lpVtbl -> get_RepeatMenuAnnouncement(This,pVal)
  1045. #define IWTEApplication_put_RepeatMenuAnnouncement(This,newVal)
  1046.     (This)->lpVtbl -> put_RepeatMenuAnnouncement(This,newVal)
  1047. #define IWTEApplication_get_RepeatMenuKey(This,pVal)
  1048.     (This)->lpVtbl -> get_RepeatMenuKey(This,pVal)
  1049. #define IWTEApplication_put_RepeatMenuKey(This,newVal)
  1050.     (This)->lpVtbl -> put_RepeatMenuKey(This,newVal)
  1051. #define IWTEApplication_get_DownloadControlFlags(This,pVal)
  1052.     (This)->lpVtbl -> get_DownloadControlFlags(This,pVal)
  1053. #define IWTEApplication_put_DownloadControlFlags(This,newVal)
  1054.     (This)->lpVtbl -> put_DownloadControlFlags(This,newVal)
  1055. #define IWTEApplication_get_OperatorTransferType(This,pVal)
  1056.     (This)->lpVtbl -> get_OperatorTransferType(This,pVal)
  1057. #define IWTEApplication_put_OperatorTransferType(This,newVal)
  1058.     (This)->lpVtbl -> put_OperatorTransferType(This,newVal)
  1059. #define IWTEApplication_get_Vendor(This,pVal)
  1060.     (This)->lpVtbl -> get_Vendor(This,pVal)
  1061. #define IWTEApplication_put_Vendor(This,newVal)
  1062.     (This)->lpVtbl -> put_Vendor(This,newVal)
  1063. #define IWTEApplication_get_EnableFullConfiguration(This,pVal)
  1064.     (This)->lpVtbl -> get_EnableFullConfiguration(This,pVal)
  1065. #define IWTEApplication_put_EnableFullConfiguration(This,newVal)
  1066.     (This)->lpVtbl -> put_EnableFullConfiguration(This,newVal)
  1067. #define IWTEApplication_get_RecordStopOnAnyKey(This,pVal)
  1068.     (This)->lpVtbl -> get_RecordStopOnAnyKey(This,pVal)
  1069. #define IWTEApplication_put_RecordStopOnAnyKey(This,newVal)
  1070.     (This)->lpVtbl -> put_RecordStopOnAnyKey(This,newVal)
  1071. #define IWTEApplication_get_ConfirmationMenuAnnouncement(This,pVal)
  1072.     (This)->lpVtbl -> get_ConfirmationMenuAnnouncement(This,pVal)
  1073. #define IWTEApplication_put_ConfirmationMenuAnnouncement(This,newVal)
  1074.     (This)->lpVtbl -> put_ConfirmationMenuAnnouncement(This,newVal)
  1075. #define IWTEApplication_get_SuggestConfirmation(This,pVal)
  1076.     (This)->lpVtbl -> get_SuggestConfirmation(This,pVal)
  1077. #define IWTEApplication_put_SuggestConfirmation(This,newVal)
  1078.     (This)->lpVtbl -> put_SuggestConfirmation(This,newVal)
  1079. #define IWTEApplication_get_TTSWaveFormat(This,pVal)
  1080.     (This)->lpVtbl -> get_TTSWaveFormat(This,pVal)
  1081. #define IWTEApplication_put_TTSWaveFormat(This,newVal)
  1082.     (This)->lpVtbl -> put_TTSWaveFormat(This,newVal)
  1083. #define IWTEApplication_get_InputWaveFormat(This,pVal)
  1084.     (This)->lpVtbl -> get_InputWaveFormat(This,pVal)
  1085. #define IWTEApplication_put_InputWaveFormat(This,newVal)
  1086.     (This)->lpVtbl -> put_InputWaveFormat(This,newVal)
  1087. #endif /* COBJMACROS */
  1088. #endif  /* C style interface */
  1089. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IWTEApplication_Refresh_Proxy( 
  1090.     IWTEApplication __RPC_FAR * This);
  1091. void __RPC_STUB IWTEApplication_Refresh_Stub(
  1092.     IRpcStubBuffer *This,
  1093.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1094.     PRPC_MESSAGE _pRpcMessage,
  1095.     DWORD *_pdwStubPhase);
  1096. /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE IWTEApplication_Save_Proxy( 
  1097.     IWTEApplication __RPC_FAR * This,
  1098.     /* [defaultvalue][in] */ VARIANT_BOOL SaveOnlyIfCurrent);
  1099. void __RPC_STUB IWTEApplication_Save_Stub(
  1100.     IRpcStubBuffer *This,
  1101.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1102.     PRPC_MESSAGE _pRpcMessage,
  1103.     DWORD *_pdwStubPhase);
  1104. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_VendorDataSets_Proxy( 
  1105.     IWTEApplication __RPC_FAR * This,
  1106.     /* [retval][out] */ IWTEVendorDataSets __RPC_FAR *__RPC_FAR *pVal);
  1107. void __RPC_STUB IWTEApplication_get_VendorDataSets_Stub(
  1108.     IRpcStubBuffer *This,
  1109.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1110.     PRPC_MESSAGE _pRpcMessage,
  1111.     DWORD *_pdwStubPhase);
  1112. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_Name_Proxy( 
  1113.     IWTEApplication __RPC_FAR * This,
  1114.     /* [retval][out] */ BSTR __RPC_FAR *pVal);
  1115. void __RPC_STUB IWTEApplication_get_Name_Stub(
  1116.     IRpcStubBuffer *This,
  1117.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1118.     PRPC_MESSAGE _pRpcMessage,
  1119.     DWORD *_pdwStubPhase);
  1120. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_Name_Proxy( 
  1121.     IWTEApplication __RPC_FAR * This,
  1122.     /* [in] */ BSTR newVal);
  1123. void __RPC_STUB IWTEApplication_put_Name_Stub(
  1124.     IRpcStubBuffer *This,
  1125.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1126.     PRPC_MESSAGE _pRpcMessage,
  1127.     DWORD *_pdwStubPhase);
  1128. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_Description_Proxy( 
  1129.     IWTEApplication __RPC_FAR * This,
  1130.     /* [retval][out] */ BSTR __RPC_FAR *pVal);
  1131. void __RPC_STUB IWTEApplication_get_Description_Stub(
  1132.     IRpcStubBuffer *This,
  1133.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1134.     PRPC_MESSAGE _pRpcMessage,
  1135.     DWORD *_pdwStubPhase);
  1136. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_Description_Proxy( 
  1137.     IWTEApplication __RPC_FAR * This,
  1138.     /* [in] */ BSTR newVal);
  1139. void __RPC_STUB IWTEApplication_put_Description_Stub(
  1140.     IRpcStubBuffer *This,
  1141.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1142.     PRPC_MESSAGE _pRpcMessage,
  1143.     DWORD *_pdwStubPhase);
  1144. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_HomePage_Proxy( 
  1145.     IWTEApplication __RPC_FAR * This,
  1146.     /* [retval][out] */ BSTR __RPC_FAR *pVal);
  1147. void __RPC_STUB IWTEApplication_get_HomePage_Stub(
  1148.     IRpcStubBuffer *This,
  1149.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1150.     PRPC_MESSAGE _pRpcMessage,
  1151.     DWORD *_pdwStubPhase);
  1152. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_HomePage_Proxy( 
  1153.     IWTEApplication __RPC_FAR * This,
  1154.     /* [in] */ BSTR newVal);
  1155. void __RPC_STUB IWTEApplication_put_HomePage_Stub(
  1156.     IRpcStubBuffer *This,
  1157.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1158.     PRPC_MESSAGE _pRpcMessage,
  1159.     DWORD *_pdwStubPhase);
  1160. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_InputTerminator_Proxy( 
  1161.     IWTEApplication __RPC_FAR * This,
  1162.     /* [retval][out] */ BSTR __RPC_FAR *pVal);
  1163. void __RPC_STUB IWTEApplication_get_InputTerminator_Stub(
  1164.     IRpcStubBuffer *This,
  1165.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1166.     PRPC_MESSAGE _pRpcMessage,
  1167.     DWORD *_pdwStubPhase);
  1168. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_InputTerminator_Proxy( 
  1169.     IWTEApplication __RPC_FAR * This,
  1170.     /* [in] */ BSTR newVal);
  1171. void __RPC_STUB IWTEApplication_put_InputTerminator_Stub(
  1172.     IRpcStubBuffer *This,
  1173.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1174.     PRPC_MESSAGE _pRpcMessage,
  1175.     DWORD *_pdwStubPhase);
  1176. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_BackKey_Proxy( 
  1177.     IWTEApplication __RPC_FAR * This,
  1178.     /* [retval][out] */ BSTR __RPC_FAR *pVal);
  1179. void __RPC_STUB IWTEApplication_get_BackKey_Stub(
  1180.     IRpcStubBuffer *This,
  1181.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1182.     PRPC_MESSAGE _pRpcMessage,
  1183.     DWORD *_pdwStubPhase);
  1184. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_BackKey_Proxy( 
  1185.     IWTEApplication __RPC_FAR * This,
  1186.     /* [in] */ BSTR newVal);
  1187. void __RPC_STUB IWTEApplication_put_BackKey_Stub(
  1188.     IRpcStubBuffer *This,
  1189.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1190.     PRPC_MESSAGE _pRpcMessage,
  1191.     DWORD *_pdwStubPhase);
  1192. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_HomeKey_Proxy( 
  1193.     IWTEApplication __RPC_FAR * This,
  1194.     /* [retval][out] */ BSTR __RPC_FAR *pVal);
  1195. void __RPC_STUB IWTEApplication_get_HomeKey_Stub(
  1196.     IRpcStubBuffer *This,
  1197.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1198.     PRPC_MESSAGE _pRpcMessage,
  1199.     DWORD *_pdwStubPhase);
  1200. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_HomeKey_Proxy( 
  1201.     IWTEApplication __RPC_FAR * This,
  1202.     /* [in] */ BSTR newVal);
  1203. void __RPC_STUB IWTEApplication_put_HomeKey_Stub(
  1204.     IRpcStubBuffer *This,
  1205.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1206.     PRPC_MESSAGE _pRpcMessage,
  1207.     DWORD *_pdwStubPhase);
  1208. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_OperatorKey_Proxy( 
  1209.     IWTEApplication __RPC_FAR * This,
  1210.     /* [retval][out] */ BSTR __RPC_FAR *pVal);
  1211. void __RPC_STUB IWTEApplication_get_OperatorKey_Stub(
  1212.     IRpcStubBuffer *This,
  1213.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1214.     PRPC_MESSAGE _pRpcMessage,
  1215.     DWORD *_pdwStubPhase);
  1216. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_OperatorKey_Proxy( 
  1217.     IWTEApplication __RPC_FAR * This,
  1218.     /* [in] */ BSTR newVal);
  1219. void __RPC_STUB IWTEApplication_put_OperatorKey_Stub(
  1220.     IRpcStubBuffer *This,
  1221.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1222.     PRPC_MESSAGE _pRpcMessage,
  1223.     DWORD *_pdwStubPhase);
  1224. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_OperatorExtension_Proxy( 
  1225.     IWTEApplication __RPC_FAR * This,
  1226.     /* [retval][out] */ BSTR __RPC_FAR *pVal);
  1227. void __RPC_STUB IWTEApplication_get_OperatorExtension_Stub(
  1228.     IRpcStubBuffer *This,
  1229.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1230.     PRPC_MESSAGE _pRpcMessage,
  1231.     DWORD *_pdwStubPhase);
  1232. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_OperatorExtension_Proxy( 
  1233.     IWTEApplication __RPC_FAR * This,
  1234.     /* [in] */ BSTR newVal);
  1235. void __RPC_STUB IWTEApplication_put_OperatorExtension_Stub(
  1236.     IRpcStubBuffer *This,
  1237.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1238.     PRPC_MESSAGE _pRpcMessage,
  1239.     DWORD *_pdwStubPhase);
  1240. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_ClickButtonKey_Proxy( 
  1241.     IWTEApplication __RPC_FAR * This,
  1242.     /* [retval][out] */ BSTR __RPC_FAR *pVal);
  1243. void __RPC_STUB IWTEApplication_get_ClickButtonKey_Stub(
  1244.     IRpcStubBuffer *This,
  1245.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1246.     PRPC_MESSAGE _pRpcMessage,
  1247.     DWORD *_pdwStubPhase);
  1248. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_ClickButtonKey_Proxy( 
  1249.     IWTEApplication __RPC_FAR * This,
  1250.     /* [in] */ BSTR newVal);
  1251. void __RPC_STUB IWTEApplication_put_ClickButtonKey_Stub(
  1252.     IRpcStubBuffer *This,
  1253.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1254.     PRPC_MESSAGE _pRpcMessage,
  1255.     DWORD *_pdwStubPhase);
  1256. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_SkipButtonKey_Proxy( 
  1257.     IWTEApplication __RPC_FAR * This,
  1258.     /* [retval][out] */ BSTR __RPC_FAR *pVal);
  1259. void __RPC_STUB IWTEApplication_get_SkipButtonKey_Stub(
  1260.     IRpcStubBuffer *This,
  1261.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1262.     PRPC_MESSAGE _pRpcMessage,
  1263.     DWORD *_pdwStubPhase);
  1264. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_SkipButtonKey_Proxy( 
  1265.     IWTEApplication __RPC_FAR * This,
  1266.     /* [in] */ BSTR newVal);
  1267. void __RPC_STUB IWTEApplication_put_SkipButtonKey_Stub(
  1268.     IRpcStubBuffer *This,
  1269.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1270.     PRPC_MESSAGE _pRpcMessage,
  1271.     DWORD *_pdwStubPhase);
  1272. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_SelectCheckBoxKey_Proxy( 
  1273.     IWTEApplication __RPC_FAR * This,
  1274.     /* [retval][out] */ BSTR __RPC_FAR *pVal);
  1275. void __RPC_STUB IWTEApplication_get_SelectCheckBoxKey_Stub(
  1276.     IRpcStubBuffer *This,
  1277.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1278.     PRPC_MESSAGE _pRpcMessage,
  1279.     DWORD *_pdwStubPhase);
  1280. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_SelectCheckBoxKey_Proxy( 
  1281.     IWTEApplication __RPC_FAR * This,
  1282.     /* [in] */ BSTR newVal);
  1283. void __RPC_STUB IWTEApplication_put_SelectCheckBoxKey_Stub(
  1284.     IRpcStubBuffer *This,
  1285.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1286.     PRPC_MESSAGE _pRpcMessage,
  1287.     DWORD *_pdwStubPhase);
  1288. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_ClearCheckBoxKey_Proxy( 
  1289.     IWTEApplication __RPC_FAR * This,
  1290.     /* [retval][out] */ BSTR __RPC_FAR *pVal);
  1291. void __RPC_STUB IWTEApplication_get_ClearCheckBoxKey_Stub(
  1292.     IRpcStubBuffer *This,
  1293.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1294.     PRPC_MESSAGE _pRpcMessage,
  1295.     DWORD *_pdwStubPhase);
  1296. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_ClearCheckBoxKey_Proxy( 
  1297.     IWTEApplication __RPC_FAR * This,
  1298.     /* [in] */ BSTR newVal);
  1299. void __RPC_STUB IWTEApplication_put_ClearCheckBoxKey_Stub(
  1300.     IRpcStubBuffer *This,
  1301.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1302.     PRPC_MESSAGE _pRpcMessage,
  1303.     DWORD *_pdwStubPhase);
  1304. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_IgnoreNavigationKeysTillTermination_Proxy( 
  1305.     IWTEApplication __RPC_FAR * This,
  1306.     /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pVal);
  1307. void __RPC_STUB IWTEApplication_get_IgnoreNavigationKeysTillTermination_Stub(
  1308.     IRpcStubBuffer *This,
  1309.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1310.     PRPC_MESSAGE _pRpcMessage,
  1311.     DWORD *_pdwStubPhase);
  1312. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_IgnoreNavigationKeysTillTermination_Proxy( 
  1313.     IWTEApplication __RPC_FAR * This,
  1314.     /* [in] */ VARIANT_BOOL newVal);
  1315. void __RPC_STUB IWTEApplication_put_IgnoreNavigationKeysTillTermination_Stub(
  1316.     IRpcStubBuffer *This,
  1317.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1318.     PRPC_MESSAGE _pRpcMessage,
  1319.     DWORD *_pdwStubPhase);
  1320. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_DetectABCD_Proxy( 
  1321.     IWTEApplication __RPC_FAR * This,
  1322.     /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pVal);
  1323. void __RPC_STUB IWTEApplication_get_DetectABCD_Stub(
  1324.     IRpcStubBuffer *This,
  1325.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1326.     PRPC_MESSAGE _pRpcMessage,
  1327.     DWORD *_pdwStubPhase);
  1328. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_DetectABCD_Proxy( 
  1329.     IWTEApplication __RPC_FAR * This,
  1330.     /* [in] */ VARIANT_BOOL newVal);
  1331. void __RPC_STUB IWTEApplication_put_DetectABCD_Stub(
  1332.     IRpcStubBuffer *This,
  1333.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1334.     PRPC_MESSAGE _pRpcMessage,
  1335.     DWORD *_pdwStubPhase);
  1336. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_MaxRecordTime_Proxy( 
  1337.     IWTEApplication __RPC_FAR * This,
  1338.     /* [retval][out] */ int __RPC_FAR *pVal);
  1339. void __RPC_STUB IWTEApplication_get_MaxRecordTime_Stub(
  1340.     IRpcStubBuffer *This,
  1341.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1342.     PRPC_MESSAGE _pRpcMessage,
  1343.     DWORD *_pdwStubPhase);
  1344. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_MaxRecordTime_Proxy( 
  1345.     IWTEApplication __RPC_FAR * This,
  1346.     /* [in] */ int newVal);
  1347. void __RPC_STUB IWTEApplication_put_MaxRecordTime_Stub(
  1348.     IRpcStubBuffer *This,
  1349.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1350.     PRPC_MESSAGE _pRpcMessage,
  1351.     DWORD *_pdwStubPhase);
  1352. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_RecordStopSilenceTime_Proxy( 
  1353.     IWTEApplication __RPC_FAR * This,
  1354.     /* [retval][out] */ int __RPC_FAR *pVal);
  1355. void __RPC_STUB IWTEApplication_get_RecordStopSilenceTime_Stub(
  1356.     IRpcStubBuffer *This,
  1357.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1358.     PRPC_MESSAGE _pRpcMessage,
  1359.     DWORD *_pdwStubPhase);
  1360. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_RecordStopSilenceTime_Proxy( 
  1361.     IWTEApplication __RPC_FAR * This,
  1362.     /* [in] */ int newVal);
  1363. void __RPC_STUB IWTEApplication_put_RecordStopSilenceTime_Stub(
  1364.     IRpcStubBuffer *This,
  1365.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1366.     PRPC_MESSAGE _pRpcMessage,
  1367.     DWORD *_pdwStubPhase);
  1368. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_InvalidKeyAnnouncement_Proxy( 
  1369.     IWTEApplication __RPC_FAR * This,
  1370.     /* [retval][out] */ BSTR __RPC_FAR *pVal);
  1371. void __RPC_STUB IWTEApplication_get_InvalidKeyAnnouncement_Stub(
  1372.     IRpcStubBuffer *This,
  1373.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1374.     PRPC_MESSAGE _pRpcMessage,
  1375.     DWORD *_pdwStubPhase);
  1376. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_InvalidKeyAnnouncement_Proxy( 
  1377.     IWTEApplication __RPC_FAR * This,
  1378.     /* [in] */ BSTR newVal);
  1379. void __RPC_STUB IWTEApplication_put_InvalidKeyAnnouncement_Stub(
  1380.     IRpcStubBuffer *This,
  1381.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1382.     PRPC_MESSAGE _pRpcMessage,
  1383.     DWORD *_pdwStubPhase);
  1384. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_TimeoutAnnouncement_Proxy( 
  1385.     IWTEApplication __RPC_FAR * This,
  1386.     /* [retval][out] */ BSTR __RPC_FAR *pVal);
  1387. void __RPC_STUB IWTEApplication_get_TimeoutAnnouncement_Stub(
  1388.     IRpcStubBuffer *This,
  1389.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1390.     PRPC_MESSAGE _pRpcMessage,
  1391.     DWORD *_pdwStubPhase);
  1392. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_TimeoutAnnouncement_Proxy( 
  1393.     IWTEApplication __RPC_FAR * This,
  1394.     /* [in] */ BSTR newVal);
  1395. void __RPC_STUB IWTEApplication_put_TimeoutAnnouncement_Stub(
  1396.     IRpcStubBuffer *This,
  1397.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1398.     PRPC_MESSAGE _pRpcMessage,
  1399.     DWORD *_pdwStubPhase);
  1400. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_MaxRetries_Proxy( 
  1401.     IWTEApplication __RPC_FAR * This,
  1402.     /* [retval][out] */ int __RPC_FAR *pVal);
  1403. void __RPC_STUB IWTEApplication_get_MaxRetries_Stub(
  1404.     IRpcStubBuffer *This,
  1405.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1406.     PRPC_MESSAGE _pRpcMessage,
  1407.     DWORD *_pdwStubPhase);
  1408. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_MaxRetries_Proxy( 
  1409.     IWTEApplication __RPC_FAR * This,
  1410.     /* [in] */ int newVal);
  1411. void __RPC_STUB IWTEApplication_put_MaxRetries_Stub(
  1412.     IRpcStubBuffer *This,
  1413.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1414.     PRPC_MESSAGE _pRpcMessage,
  1415.     DWORD *_pdwStubPhase);
  1416. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_FirstTimeoutInterval_Proxy( 
  1417.     IWTEApplication __RPC_FAR * This,
  1418.     /* [retval][out] */ int __RPC_FAR *pVal);
  1419. void __RPC_STUB IWTEApplication_get_FirstTimeoutInterval_Stub(
  1420.     IRpcStubBuffer *This,
  1421.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1422.     PRPC_MESSAGE _pRpcMessage,
  1423.     DWORD *_pdwStubPhase);
  1424. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_FirstTimeoutInterval_Proxy( 
  1425.     IWTEApplication __RPC_FAR * This,
  1426.     /* [in] */ int newVal);
  1427. void __RPC_STUB IWTEApplication_put_FirstTimeoutInterval_Stub(
  1428.     IRpcStubBuffer *This,
  1429.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1430.     PRPC_MESSAGE _pRpcMessage,
  1431.     DWORD *_pdwStubPhase);
  1432. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_InterTimeoutInterval_Proxy( 
  1433.     IWTEApplication __RPC_FAR * This,
  1434.     /* [retval][out] */ int __RPC_FAR *pVal);
  1435. void __RPC_STUB IWTEApplication_get_InterTimeoutInterval_Stub(
  1436.     IRpcStubBuffer *This,
  1437.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1438.     PRPC_MESSAGE _pRpcMessage,
  1439.     DWORD *_pdwStubPhase);
  1440. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_InterTimeoutInterval_Proxy( 
  1441.     IWTEApplication __RPC_FAR * This,
  1442.     /* [in] */ int newVal);
  1443. void __RPC_STUB IWTEApplication_put_InterTimeoutInterval_Stub(
  1444.     IRpcStubBuffer *This,
  1445.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1446.     PRPC_MESSAGE _pRpcMessage,
  1447.     DWORD *_pdwStubPhase);
  1448. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_RecurringErrorPage_Proxy( 
  1449.     IWTEApplication __RPC_FAR * This,
  1450.     /* [retval][out] */ BSTR __RPC_FAR *pVal);
  1451. void __RPC_STUB IWTEApplication_get_RecurringErrorPage_Stub(
  1452.     IRpcStubBuffer *This,
  1453.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1454.     PRPC_MESSAGE _pRpcMessage,
  1455.     DWORD *_pdwStubPhase);
  1456. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_RecurringErrorPage_Proxy( 
  1457.     IWTEApplication __RPC_FAR * This,
  1458.     /* [in] */ BSTR newVal);
  1459. void __RPC_STUB IWTEApplication_put_RecurringErrorPage_Stub(
  1460.     IRpcStubBuffer *This,
  1461.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1462.     PRPC_MESSAGE _pRpcMessage,
  1463.     DWORD *_pdwStubPhase);
  1464. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_RenderTTS_Proxy( 
  1465.     IWTEApplication __RPC_FAR * This,
  1466.     /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pVal);
  1467. void __RPC_STUB IWTEApplication_get_RenderTTS_Stub(
  1468.     IRpcStubBuffer *This,
  1469.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1470.     PRPC_MESSAGE _pRpcMessage,
  1471.     DWORD *_pdwStubPhase);
  1472. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_RenderTTS_Proxy( 
  1473.     IWTEApplication __RPC_FAR * This,
  1474.     /* [in] */ VARIANT_BOOL newVal);
  1475. void __RPC_STUB IWTEApplication_put_RenderTTS_Stub(
  1476.     IRpcStubBuffer *This,
  1477.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1478.     PRPC_MESSAGE _pRpcMessage,
  1479.     DWORD *_pdwStubPhase);
  1480. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_TTSParameters_Proxy( 
  1481.     IWTEApplication __RPC_FAR * This,
  1482.     /* [retval][out] */ BSTR __RPC_FAR *pVal);
  1483. void __RPC_STUB IWTEApplication_get_TTSParameters_Stub(
  1484.     IRpcStubBuffer *This,
  1485.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1486.     PRPC_MESSAGE _pRpcMessage,
  1487.     DWORD *_pdwStubPhase);
  1488. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_TTSParameters_Proxy( 
  1489.     IWTEApplication __RPC_FAR * This,
  1490.     /* [in] */ BSTR newVal);
  1491. void __RPC_STUB IWTEApplication_put_TTSParameters_Stub(
  1492.     IRpcStubBuffer *This,
  1493.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1494.     PRPC_MESSAGE _pRpcMessage,
  1495.     DWORD *_pdwStubPhase);
  1496. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_SRParameters_Proxy( 
  1497.     IWTEApplication __RPC_FAR * This,
  1498.     /* [retval][out] */ BSTR __RPC_FAR *pVal);
  1499. void __RPC_STUB IWTEApplication_get_SRParameters_Stub(
  1500.     IRpcStubBuffer *This,
  1501.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1502.     PRPC_MESSAGE _pRpcMessage,
  1503.     DWORD *_pdwStubPhase);
  1504. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_SRParameters_Proxy( 
  1505.     IWTEApplication __RPC_FAR * This,
  1506.     /* [in] */ BSTR newVal);
  1507. void __RPC_STUB IWTEApplication_put_SRParameters_Stub(
  1508.     IRpcStubBuffer *This,
  1509.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1510.     PRPC_MESSAGE _pRpcMessage,
  1511.     DWORD *_pdwStubPhase);
  1512. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_LogEventSelection_Proxy( 
  1513.     IWTEApplication __RPC_FAR * This,
  1514.     /* [retval][out] */ int __RPC_FAR *pVal);
  1515. void __RPC_STUB IWTEApplication_get_LogEventSelection_Stub(
  1516.     IRpcStubBuffer *This,
  1517.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1518.     PRPC_MESSAGE _pRpcMessage,
  1519.     DWORD *_pdwStubPhase);
  1520. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_LogEventSelection_Proxy( 
  1521.     IWTEApplication __RPC_FAR * This,
  1522.     /* [in] */ int newVal);
  1523. void __RPC_STUB IWTEApplication_put_LogEventSelection_Stub(
  1524.     IRpcStubBuffer *This,
  1525.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1526.     PRPC_MESSAGE _pRpcMessage,
  1527.     DWORD *_pdwStubPhase);
  1528. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_DelayedAnswering_Proxy( 
  1529.     IWTEApplication __RPC_FAR * This,
  1530.     /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pVal);
  1531. void __RPC_STUB IWTEApplication_get_DelayedAnswering_Stub(
  1532.     IRpcStubBuffer *This,
  1533.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1534.     PRPC_MESSAGE _pRpcMessage,
  1535.     DWORD *_pdwStubPhase);
  1536. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_DelayedAnswering_Proxy( 
  1537.     IWTEApplication __RPC_FAR * This,
  1538.     /* [in] */ VARIANT_BOOL newVal);
  1539. void __RPC_STUB IWTEApplication_put_DelayedAnswering_Stub(
  1540.     IRpcStubBuffer *This,
  1541.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1542.     PRPC_MESSAGE _pRpcMessage,
  1543.     DWORD *_pdwStubPhase);
  1544. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_PostCallPage_Proxy( 
  1545.     IWTEApplication __RPC_FAR * This,
  1546.     /* [retval][out] */ BSTR __RPC_FAR *pVal);
  1547. void __RPC_STUB IWTEApplication_get_PostCallPage_Stub(
  1548.     IRpcStubBuffer *This,
  1549.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1550.     PRPC_MESSAGE _pRpcMessage,
  1551.     DWORD *_pdwStubPhase);
  1552. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_PostCallPage_Proxy( 
  1553.     IWTEApplication __RPC_FAR * This,
  1554.     /* [in] */ BSTR newVal);
  1555. void __RPC_STUB IWTEApplication_put_PostCallPage_Stub(
  1556.     IRpcStubBuffer *This,
  1557.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1558.     PRPC_MESSAGE _pRpcMessage,
  1559.     DWORD *_pdwStubPhase);
  1560. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_RenderTablesAsTabularData_Proxy( 
  1561.     IWTEApplication __RPC_FAR * This,
  1562.     /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pVal);
  1563. void __RPC_STUB IWTEApplication_get_RenderTablesAsTabularData_Stub(
  1564.     IRpcStubBuffer *This,
  1565.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1566.     PRPC_MESSAGE _pRpcMessage,
  1567.     DWORD *_pdwStubPhase);
  1568. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_RenderTablesAsTabularData_Proxy( 
  1569.     IWTEApplication __RPC_FAR * This,
  1570.     /* [in] */ VARIANT_BOOL newVal);
  1571. void __RPC_STUB IWTEApplication_put_RenderTablesAsTabularData_Stub(
  1572.     IRpcStubBuffer *This,
  1573.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1574.     PRPC_MESSAGE _pRpcMessage,
  1575.     DWORD *_pdwStubPhase);
  1576. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_InitialAutoNumber_Proxy( 
  1577.     IWTEApplication __RPC_FAR * This,
  1578.     /* [retval][out] */ BSTR __RPC_FAR *pVal);
  1579. void __RPC_STUB IWTEApplication_get_InitialAutoNumber_Stub(
  1580.     IRpcStubBuffer *This,
  1581.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1582.     PRPC_MESSAGE _pRpcMessage,
  1583.     DWORD *_pdwStubPhase);
  1584. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_InitialAutoNumber_Proxy( 
  1585.     IWTEApplication __RPC_FAR * This,
  1586.     /* [in] */ BSTR newVal);
  1587. void __RPC_STUB IWTEApplication_put_InitialAutoNumber_Stub(
  1588.     IRpcStubBuffer *This,
  1589.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1590.     PRPC_MESSAGE _pRpcMessage,
  1591.     DWORD *_pdwStubPhase);
  1592. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_ShutdownTime_Proxy( 
  1593.     IWTEApplication __RPC_FAR * This,
  1594.     /* [retval][out] */ int __RPC_FAR *pVal);
  1595. void __RPC_STUB IWTEApplication_get_ShutdownTime_Stub(
  1596.     IRpcStubBuffer *This,
  1597.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1598.     PRPC_MESSAGE _pRpcMessage,
  1599.     DWORD *_pdwStubPhase);
  1600. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_ShutdownTime_Proxy( 
  1601.     IWTEApplication __RPC_FAR * This,
  1602.     /* [in] */ int newVal);
  1603. void __RPC_STUB IWTEApplication_put_ShutdownTime_Stub(
  1604.     IRpcStubBuffer *This,
  1605.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1606.     PRPC_MESSAGE _pRpcMessage,
  1607.     DWORD *_pdwStubPhase);
  1608. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_ShutdownAnnouncement_Proxy( 
  1609.     IWTEApplication __RPC_FAR * This,
  1610.     /* [retval][out] */ BSTR __RPC_FAR *pVal);
  1611. void __RPC_STUB IWTEApplication_get_ShutdownAnnouncement_Stub(
  1612.     IRpcStubBuffer *This,
  1613.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1614.     PRPC_MESSAGE _pRpcMessage,
  1615.     DWORD *_pdwStubPhase);
  1616. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_ShutdownAnnouncement_Proxy( 
  1617.     IWTEApplication __RPC_FAR * This,
  1618.     /* [in] */ BSTR newVal);
  1619. void __RPC_STUB IWTEApplication_put_ShutdownAnnouncement_Stub(
  1620.     IRpcStubBuffer *This,
  1621.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1622.     PRPC_MESSAGE _pRpcMessage,
  1623.     DWORD *_pdwStubPhase);
  1624. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_SRThreshold_Proxy( 
  1625.     IWTEApplication __RPC_FAR * This,
  1626.     /* [retval][out] */ int __RPC_FAR *pVal);
  1627. void __RPC_STUB IWTEApplication_get_SRThreshold_Stub(
  1628.     IRpcStubBuffer *This,
  1629.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1630.     PRPC_MESSAGE _pRpcMessage,
  1631.     DWORD *_pdwStubPhase);
  1632. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_SRThreshold_Proxy( 
  1633.     IWTEApplication __RPC_FAR * This,
  1634.     /* [in] */ int newVal);
  1635. void __RPC_STUB IWTEApplication_put_SRThreshold_Stub(
  1636.     IRpcStubBuffer *This,
  1637.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1638.     PRPC_MESSAGE _pRpcMessage,
  1639.     DWORD *_pdwStubPhase);
  1640. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_UseSR_Proxy( 
  1641.     IWTEApplication __RPC_FAR * This,
  1642.     /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pVal);
  1643. void __RPC_STUB IWTEApplication_get_UseSR_Stub(
  1644.     IRpcStubBuffer *This,
  1645.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1646.     PRPC_MESSAGE _pRpcMessage,
  1647.     DWORD *_pdwStubPhase);
  1648. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_UseSR_Proxy( 
  1649.     IWTEApplication __RPC_FAR * This,
  1650.     /* [in] */ VARIANT_BOOL newVal);
  1651. void __RPC_STUB IWTEApplication_put_UseSR_Stub(
  1652.     IRpcStubBuffer *This,
  1653.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1654.     PRPC_MESSAGE _pRpcMessage,
  1655.     DWORD *_pdwStubPhase);
  1656. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_ConfirmBefore_Proxy( 
  1657.     IWTEApplication __RPC_FAR * This,
  1658.     /* [retval][out] */ BSTR __RPC_FAR *pVal);
  1659. void __RPC_STUB IWTEApplication_get_ConfirmBefore_Stub(
  1660.     IRpcStubBuffer *This,
  1661.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1662.     PRPC_MESSAGE _pRpcMessage,
  1663.     DWORD *_pdwStubPhase);
  1664. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_ConfirmBefore_Proxy( 
  1665.     IWTEApplication __RPC_FAR * This,
  1666.     /* [in] */ BSTR newVal);
  1667. void __RPC_STUB IWTEApplication_put_ConfirmBefore_Stub(
  1668.     IRpcStubBuffer *This,
  1669.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1670.     PRPC_MESSAGE _pRpcMessage,
  1671.     DWORD *_pdwStubPhase);
  1672. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_ConfirmAfter_Proxy( 
  1673.     IWTEApplication __RPC_FAR * This,
  1674.     /* [retval][out] */ BSTR __RPC_FAR *pVal);
  1675. void __RPC_STUB IWTEApplication_get_ConfirmAfter_Stub(
  1676.     IRpcStubBuffer *This,
  1677.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1678.     PRPC_MESSAGE _pRpcMessage,
  1679.     DWORD *_pdwStubPhase);
  1680. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_ConfirmAfter_Proxy( 
  1681.     IWTEApplication __RPC_FAR * This,
  1682.     /* [in] */ BSTR newVal);
  1683. void __RPC_STUB IWTEApplication_put_ConfirmAfter_Stub(
  1684.     IRpcStubBuffer *This,
  1685.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1686.     PRPC_MESSAGE _pRpcMessage,
  1687.     DWORD *_pdwStubPhase);
  1688. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_OfferItems_Proxy( 
  1689.     IWTEApplication __RPC_FAR * This,
  1690.     /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pVal);
  1691. void __RPC_STUB IWTEApplication_get_OfferItems_Stub(
  1692.     IRpcStubBuffer *This,
  1693.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1694.     PRPC_MESSAGE _pRpcMessage,
  1695.     DWORD *_pdwStubPhase);
  1696. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_OfferItems_Proxy( 
  1697.     IWTEApplication __RPC_FAR * This,
  1698.     /* [in] */ VARIANT_BOOL newVal);
  1699. void __RPC_STUB IWTEApplication_put_OfferItems_Stub(
  1700.     IRpcStubBuffer *This,
  1701.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1702.     PRPC_MESSAGE _pRpcMessage,
  1703.     DWORD *_pdwStubPhase);
  1704. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_ClickButtonPhrases_Proxy( 
  1705.     IWTEApplication __RPC_FAR * This,
  1706.     /* [retval][out] */ BSTR __RPC_FAR *pVal);
  1707. void __RPC_STUB IWTEApplication_get_ClickButtonPhrases_Stub(
  1708.     IRpcStubBuffer *This,
  1709.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1710.     PRPC_MESSAGE _pRpcMessage,
  1711.     DWORD *_pdwStubPhase);
  1712. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_ClickButtonPhrases_Proxy( 
  1713.     IWTEApplication __RPC_FAR * This,
  1714.     /* [in] */ BSTR newVal);
  1715. void __RPC_STUB IWTEApplication_put_ClickButtonPhrases_Stub(
  1716.     IRpcStubBuffer *This,
  1717.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1718.     PRPC_MESSAGE _pRpcMessage,
  1719.     DWORD *_pdwStubPhase);
  1720. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_SkipButtonPhrases_Proxy( 
  1721.     IWTEApplication __RPC_FAR * This,
  1722.     /* [retval][out] */ BSTR __RPC_FAR *pVal);
  1723. void __RPC_STUB IWTEApplication_get_SkipButtonPhrases_Stub(
  1724.     IRpcStubBuffer *This,
  1725.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1726.     PRPC_MESSAGE _pRpcMessage,
  1727.     DWORD *_pdwStubPhase);
  1728. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_SkipButtonPhrases_Proxy( 
  1729.     IWTEApplication __RPC_FAR * This,
  1730.     /* [in] */ BSTR newVal);
  1731. void __RPC_STUB IWTEApplication_put_SkipButtonPhrases_Stub(
  1732.     IRpcStubBuffer *This,
  1733.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1734.     PRPC_MESSAGE _pRpcMessage,
  1735.     DWORD *_pdwStubPhase);
  1736. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_SelectCheckBoxPhrases_Proxy( 
  1737.     IWTEApplication __RPC_FAR * This,
  1738.     /* [retval][out] */ BSTR __RPC_FAR *pVal);
  1739. void __RPC_STUB IWTEApplication_get_SelectCheckBoxPhrases_Stub(
  1740.     IRpcStubBuffer *This,
  1741.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1742.     PRPC_MESSAGE _pRpcMessage,
  1743.     DWORD *_pdwStubPhase);
  1744. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_SelectCheckBoxPhrases_Proxy( 
  1745.     IWTEApplication __RPC_FAR * This,
  1746.     /* [in] */ BSTR newVal);
  1747. void __RPC_STUB IWTEApplication_put_SelectCheckBoxPhrases_Stub(
  1748.     IRpcStubBuffer *This,
  1749.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1750.     PRPC_MESSAGE _pRpcMessage,
  1751.     DWORD *_pdwStubPhase);
  1752. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_ClearCheckBoxPhrases_Proxy( 
  1753.     IWTEApplication __RPC_FAR * This,
  1754.     /* [retval][out] */ BSTR __RPC_FAR *pVal);
  1755. void __RPC_STUB IWTEApplication_get_ClearCheckBoxPhrases_Stub(
  1756.     IRpcStubBuffer *This,
  1757.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1758.     PRPC_MESSAGE _pRpcMessage,
  1759.     DWORD *_pdwStubPhase);
  1760. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_ClearCheckBoxPhrases_Proxy( 
  1761.     IWTEApplication __RPC_FAR * This,
  1762.     /* [in] */ BSTR newVal);
  1763. void __RPC_STUB IWTEApplication_put_ClearCheckBoxPhrases_Stub(
  1764.     IRpcStubBuffer *This,
  1765.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1766.     PRPC_MESSAGE _pRpcMessage,
  1767.     DWORD *_pdwStubPhase);
  1768. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_NavigationAnnouncement_Proxy( 
  1769.     IWTEApplication __RPC_FAR * This,
  1770.     /* [retval][out] */ BSTR __RPC_FAR *pVal);
  1771. void __RPC_STUB IWTEApplication_get_NavigationAnnouncement_Stub(
  1772.     IRpcStubBuffer *This,
  1773.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1774.     PRPC_MESSAGE _pRpcMessage,
  1775.     DWORD *_pdwStubPhase);
  1776. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_NavigationAnnouncement_Proxy( 
  1777.     IWTEApplication __RPC_FAR * This,
  1778.     /* [in] */ BSTR newVal);
  1779. void __RPC_STUB IWTEApplication_put_NavigationAnnouncement_Stub(
  1780.     IRpcStubBuffer *This,
  1781.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1782.     PRPC_MESSAGE _pRpcMessage,
  1783.     DWORD *_pdwStubPhase);
  1784. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_RepeatMenuAnnouncement_Proxy( 
  1785.     IWTEApplication __RPC_FAR * This,
  1786.     /* [retval][out] */ BSTR __RPC_FAR *pVal);
  1787. void __RPC_STUB IWTEApplication_get_RepeatMenuAnnouncement_Stub(
  1788.     IRpcStubBuffer *This,
  1789.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1790.     PRPC_MESSAGE _pRpcMessage,
  1791.     DWORD *_pdwStubPhase);
  1792. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_RepeatMenuAnnouncement_Proxy( 
  1793.     IWTEApplication __RPC_FAR * This,
  1794.     /* [in] */ BSTR newVal);
  1795. void __RPC_STUB IWTEApplication_put_RepeatMenuAnnouncement_Stub(
  1796.     IRpcStubBuffer *This,
  1797.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1798.     PRPC_MESSAGE _pRpcMessage,
  1799.     DWORD *_pdwStubPhase);
  1800. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_RepeatMenuKey_Proxy( 
  1801.     IWTEApplication __RPC_FAR * This,
  1802.     /* [retval][out] */ BSTR __RPC_FAR *pVal);
  1803. void __RPC_STUB IWTEApplication_get_RepeatMenuKey_Stub(
  1804.     IRpcStubBuffer *This,
  1805.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1806.     PRPC_MESSAGE _pRpcMessage,
  1807.     DWORD *_pdwStubPhase);
  1808. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_RepeatMenuKey_Proxy( 
  1809.     IWTEApplication __RPC_FAR * This,
  1810.     /* [in] */ BSTR newVal);
  1811. void __RPC_STUB IWTEApplication_put_RepeatMenuKey_Stub(
  1812.     IRpcStubBuffer *This,
  1813.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1814.     PRPC_MESSAGE _pRpcMessage,
  1815.     DWORD *_pdwStubPhase);
  1816. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_DownloadControlFlags_Proxy( 
  1817.     IWTEApplication __RPC_FAR * This,
  1818.     /* [retval][out] */ int __RPC_FAR *pVal);
  1819. void __RPC_STUB IWTEApplication_get_DownloadControlFlags_Stub(
  1820.     IRpcStubBuffer *This,
  1821.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1822.     PRPC_MESSAGE _pRpcMessage,
  1823.     DWORD *_pdwStubPhase);
  1824. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_DownloadControlFlags_Proxy( 
  1825.     IWTEApplication __RPC_FAR * This,
  1826.     /* [in] */ int newVal);
  1827. void __RPC_STUB IWTEApplication_put_DownloadControlFlags_Stub(
  1828.     IRpcStubBuffer *This,
  1829.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1830.     PRPC_MESSAGE _pRpcMessage,
  1831.     DWORD *_pdwStubPhase);
  1832. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_OperatorTransferType_Proxy( 
  1833.     IWTEApplication __RPC_FAR * This,
  1834.     /* [retval][out] */ int __RPC_FAR *pVal);
  1835. void __RPC_STUB IWTEApplication_get_OperatorTransferType_Stub(
  1836.     IRpcStubBuffer *This,
  1837.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1838.     PRPC_MESSAGE _pRpcMessage,
  1839.     DWORD *_pdwStubPhase);
  1840. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_OperatorTransferType_Proxy( 
  1841.     IWTEApplication __RPC_FAR * This,
  1842.     /* [in] */ int newVal);
  1843. void __RPC_STUB IWTEApplication_put_OperatorTransferType_Stub(
  1844.     IRpcStubBuffer *This,
  1845.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1846.     PRPC_MESSAGE _pRpcMessage,
  1847.     DWORD *_pdwStubPhase);
  1848. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_Vendor_Proxy( 
  1849.     IWTEApplication __RPC_FAR * This,
  1850.     /* [retval][out] */ BSTR __RPC_FAR *pVal);
  1851. void __RPC_STUB IWTEApplication_get_Vendor_Stub(
  1852.     IRpcStubBuffer *This,
  1853.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1854.     PRPC_MESSAGE _pRpcMessage,
  1855.     DWORD *_pdwStubPhase);
  1856. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_Vendor_Proxy( 
  1857.     IWTEApplication __RPC_FAR * This,
  1858.     /* [in] */ BSTR newVal);
  1859. void __RPC_STUB IWTEApplication_put_Vendor_Stub(
  1860.     IRpcStubBuffer *This,
  1861.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1862.     PRPC_MESSAGE _pRpcMessage,
  1863.     DWORD *_pdwStubPhase);
  1864. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_EnableFullConfiguration_Proxy( 
  1865.     IWTEApplication __RPC_FAR * This,
  1866.     /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pVal);
  1867. void __RPC_STUB IWTEApplication_get_EnableFullConfiguration_Stub(
  1868.     IRpcStubBuffer *This,
  1869.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1870.     PRPC_MESSAGE _pRpcMessage,
  1871.     DWORD *_pdwStubPhase);
  1872. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_EnableFullConfiguration_Proxy( 
  1873.     IWTEApplication __RPC_FAR * This,
  1874.     /* [in] */ VARIANT_BOOL newVal);
  1875. void __RPC_STUB IWTEApplication_put_EnableFullConfiguration_Stub(
  1876.     IRpcStubBuffer *This,
  1877.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1878.     PRPC_MESSAGE _pRpcMessage,
  1879.     DWORD *_pdwStubPhase);
  1880. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_RecordStopOnAnyKey_Proxy( 
  1881.     IWTEApplication __RPC_FAR * This,
  1882.     /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pVal);
  1883. void __RPC_STUB IWTEApplication_get_RecordStopOnAnyKey_Stub(
  1884.     IRpcStubBuffer *This,
  1885.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1886.     PRPC_MESSAGE _pRpcMessage,
  1887.     DWORD *_pdwStubPhase);
  1888. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_RecordStopOnAnyKey_Proxy( 
  1889.     IWTEApplication __RPC_FAR * This,
  1890.     /* [in] */ VARIANT_BOOL newVal);
  1891. void __RPC_STUB IWTEApplication_put_RecordStopOnAnyKey_Stub(
  1892.     IRpcStubBuffer *This,
  1893.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1894.     PRPC_MESSAGE _pRpcMessage,
  1895.     DWORD *_pdwStubPhase);
  1896. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_ConfirmationMenuAnnouncement_Proxy( 
  1897.     IWTEApplication __RPC_FAR * This,
  1898.     /* [retval][out] */ BSTR __RPC_FAR *pVal);
  1899. void __RPC_STUB IWTEApplication_get_ConfirmationMenuAnnouncement_Stub(
  1900.     IRpcStubBuffer *This,
  1901.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1902.     PRPC_MESSAGE _pRpcMessage,
  1903.     DWORD *_pdwStubPhase);
  1904. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_ConfirmationMenuAnnouncement_Proxy( 
  1905.     IWTEApplication __RPC_FAR * This,
  1906.     /* [in] */ BSTR newVal);
  1907. void __RPC_STUB IWTEApplication_put_ConfirmationMenuAnnouncement_Stub(
  1908.     IRpcStubBuffer *This,
  1909.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1910.     PRPC_MESSAGE _pRpcMessage,
  1911.     DWORD *_pdwStubPhase);
  1912. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_SuggestConfirmation_Proxy( 
  1913.     IWTEApplication __RPC_FAR * This,
  1914.     /* [retval][out] */ VARIANT_BOOL __RPC_FAR *pVal);
  1915. void __RPC_STUB IWTEApplication_get_SuggestConfirmation_Stub(
  1916.     IRpcStubBuffer *This,
  1917.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1918.     PRPC_MESSAGE _pRpcMessage,
  1919.     DWORD *_pdwStubPhase);
  1920. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_SuggestConfirmation_Proxy( 
  1921.     IWTEApplication __RPC_FAR * This,
  1922.     /* [in] */ VARIANT_BOOL newVal);
  1923. void __RPC_STUB IWTEApplication_put_SuggestConfirmation_Stub(
  1924.     IRpcStubBuffer *This,
  1925.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1926.     PRPC_MESSAGE _pRpcMessage,
  1927.     DWORD *_pdwStubPhase);
  1928. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_TTSWaveFormat_Proxy( 
  1929.     IWTEApplication __RPC_FAR * This,
  1930.     /* [retval][out] */ PCMWaveFormats __RPC_FAR *pVal);
  1931. void __RPC_STUB IWTEApplication_get_TTSWaveFormat_Stub(
  1932.     IRpcStubBuffer *This,
  1933.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1934.     PRPC_MESSAGE _pRpcMessage,
  1935.     DWORD *_pdwStubPhase);
  1936. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_TTSWaveFormat_Proxy( 
  1937.     IWTEApplication __RPC_FAR * This,
  1938.     /* [in] */ PCMWaveFormats newVal);
  1939. void __RPC_STUB IWTEApplication_put_TTSWaveFormat_Stub(
  1940.     IRpcStubBuffer *This,
  1941.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1942.     PRPC_MESSAGE _pRpcMessage,
  1943.     DWORD *_pdwStubPhase);
  1944. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEApplication_get_InputWaveFormat_Proxy( 
  1945.     IWTEApplication __RPC_FAR * This,
  1946.     /* [retval][out] */ PCMWaveFormats __RPC_FAR *pVal);
  1947. void __RPC_STUB IWTEApplication_get_InputWaveFormat_Stub(
  1948.     IRpcStubBuffer *This,
  1949.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1950.     PRPC_MESSAGE _pRpcMessage,
  1951.     DWORD *_pdwStubPhase);
  1952. /* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE IWTEApplication_put_InputWaveFormat_Proxy( 
  1953.     IWTEApplication __RPC_FAR * This,
  1954.     /* [in] */ PCMWaveFormats newVal);
  1955. void __RPC_STUB IWTEApplication_put_InputWaveFormat_Stub(
  1956.     IRpcStubBuffer *This,
  1957.     IRpcChannelBuffer *_pRpcChannelBuffer,
  1958.     PRPC_MESSAGE _pRpcMessage,
  1959.     DWORD *_pdwStubPhase);
  1960. #endif  /* __IWTEApplication_INTERFACE_DEFINED__ */
  1961. #ifndef __IWTEStepConstrains_INTERFACE_DEFINED__
  1962. #define __IWTEStepConstrains_INTERFACE_DEFINED__
  1963. /* interface IWTEStepConstrains */
  1964. /* [unique][helpstring][dual][uuid][object] */ 
  1965. EXTERN_C const IID IID_IWTEStepConstrains;
  1966. #if defined(__cplusplus) && !defined(CINTERFACE)
  1967.     
  1968.     MIDL_INTERFACE("AFA50DD0-33A8-11D3-8658-0090272F9EEB")
  1969.     IWTEStepConstrains : public IDispatch
  1970.     {
  1971.     public:
  1972.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_Type( 
  1973.             /* [retval][out] */ long __RPC_FAR *pVal) = 0;
  1974.         
  1975.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_TerminationString( 
  1976.             /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  1977.         
  1978.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_LegalDigits( 
  1979.             /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  1980.         
  1981.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_InitialNumber( 
  1982.             /* [retval][out] */ BSTR __RPC_FAR *pVal) = 0;
  1983.         
  1984.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_LowerBoundary( 
  1985.             /* [retval][out] */ long __RPC_FAR *pVal) = 0;
  1986.         
  1987.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_UpperBoundary( 
  1988.             /* [retval][out] */ long __RPC_FAR *pVal) = 0;
  1989.         
  1990.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_LowerBlocked( 
  1991.             /* [retval][out] */ long __RPC_FAR *pVal) = 0;
  1992.         
  1993.         virtual /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE get_UpperBlocked( 
  1994.             /* [retval][out] */ long __RPC_FAR *pVal) = 0;
  1995.         
  1996.     };
  1997.     
  1998. #else  /* C style interface */
  1999.     typedef struct IWTEStepConstrainsVtbl
  2000.     {
  2001.         BEGIN_INTERFACE
  2002.         
  2003.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )( 
  2004.             IWTEStepConstrains __RPC_FAR * This,
  2005.             /* [in] */ REFIID riid,
  2006.             /* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
  2007.         
  2008.         ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )( 
  2009.             IWTEStepConstrains __RPC_FAR * This);
  2010.         
  2011.         ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )( 
  2012.             IWTEStepConstrains __RPC_FAR * This);
  2013.         
  2014.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfoCount )( 
  2015.             IWTEStepConstrains __RPC_FAR * This,
  2016.             /* [out] */ UINT __RPC_FAR *pctinfo);
  2017.         
  2018.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfo )( 
  2019.             IWTEStepConstrains __RPC_FAR * This,
  2020.             /* [in] */ UINT iTInfo,
  2021.             /* [in] */ LCID lcid,
  2022.             /* [out] */ ITypeInfo __RPC_FAR *__RPC_FAR *ppTInfo);
  2023.         
  2024.         HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetIDsOfNames )( 
  2025.             IWTEStepConstrains __RPC_FAR * This,
  2026.             /* [in] */ REFIID riid,
  2027.             /* [size_is][in] */ LPOLESTR __RPC_FAR *rgszNames,
  2028.             /* [in] */ UINT cNames,
  2029.             /* [in] */ LCID lcid,
  2030.             /* [size_is][out] */ DISPID __RPC_FAR *rgDispId);
  2031.         
  2032.         /* [local] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Invoke )( 
  2033.             IWTEStepConstrains __RPC_FAR * This,
  2034.             /* [in] */ DISPID dispIdMember,
  2035.             /* [in] */ REFIID riid,
  2036.             /* [in] */ LCID lcid,
  2037.             /* [in] */ WORD wFlags,
  2038.             /* [out][in] */ DISPPARAMS __RPC_FAR *pDispParams,
  2039.             /* [out] */ VARIANT __RPC_FAR *pVarResult,
  2040.             /* [out] */ EXCEPINFO __RPC_FAR *pExcepInfo,
  2041.             /* [out] */ UINT __RPC_FAR *puArgErr);
  2042.         
  2043.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_Type )( 
  2044.             IWTEStepConstrains __RPC_FAR * This,
  2045.             /* [retval][out] */ long __RPC_FAR *pVal);
  2046.         
  2047.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_TerminationString )( 
  2048.             IWTEStepConstrains __RPC_FAR * This,
  2049.             /* [retval][out] */ BSTR __RPC_FAR *pVal);
  2050.         
  2051.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_LegalDigits )( 
  2052.             IWTEStepConstrains __RPC_FAR * This,
  2053.             /* [retval][out] */ BSTR __RPC_FAR *pVal);
  2054.         
  2055.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_InitialNumber )( 
  2056.             IWTEStepConstrains __RPC_FAR * This,
  2057.             /* [retval][out] */ BSTR __RPC_FAR *pVal);
  2058.         
  2059.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_LowerBoundary )( 
  2060.             IWTEStepConstrains __RPC_FAR * This,
  2061.             /* [retval][out] */ long __RPC_FAR *pVal);
  2062.         
  2063.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_UpperBoundary )( 
  2064.             IWTEStepConstrains __RPC_FAR * This,
  2065.             /* [retval][out] */ long __RPC_FAR *pVal);
  2066.         
  2067.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_LowerBlocked )( 
  2068.             IWTEStepConstrains __RPC_FAR * This,
  2069.             /* [retval][out] */ long __RPC_FAR *pVal);
  2070.         
  2071.         /* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *get_UpperBlocked )( 
  2072.             IWTEStepConstrains __RPC_FAR * This,
  2073.             /* [retval][out] */ long __RPC_FAR *pVal);
  2074.         
  2075.         END_INTERFACE
  2076.     } IWTEStepConstrainsVtbl;
  2077.     interface IWTEStepConstrains
  2078.     {
  2079.         CONST_VTBL struct IWTEStepConstrainsVtbl __RPC_FAR *lpVtbl;
  2080.     };
  2081.     
  2082. #ifdef COBJMACROS
  2083. #define IWTEStepConstrains_QueryInterface(This,riid,ppvObject)
  2084.     (This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
  2085. #define IWTEStepConstrains_AddRef(This)
  2086.     (This)->lpVtbl -> AddRef(This)
  2087. #define IWTEStepConstrains_Release(This)
  2088.     (This)->lpVtbl -> Release(This)
  2089. #define IWTEStepConstrains_GetTypeInfoCount(This,pctinfo)
  2090.     (This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
  2091. #define IWTEStepConstrains_GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  2092.     (This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
  2093. #define IWTEStepConstrains_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  2094.     (This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
  2095. #define IWTEStepConstrains_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  2096.     (This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  2097. #define IWTEStepConstrains_get_Type(This,pVal)
  2098.     (This)->lpVtbl -> get_Type(This,pVal)
  2099. #define IWTEStepConstrains_get_TerminationString(This,pVal)
  2100.     (This)->lpVtbl -> get_TerminationString(This,pVal)
  2101. #define IWTEStepConstrains_get_LegalDigits(This,pVal)
  2102.     (This)->lpVtbl -> get_LegalDigits(This,pVal)
  2103. #define IWTEStepConstrains_get_InitialNumber(This,pVal)
  2104.     (This)->lpVtbl -> get_InitialNumber(This,pVal)
  2105. #define IWTEStepConstrains_get_LowerBoundary(This,pVal)
  2106.     (This)->lpVtbl -> get_LowerBoundary(This,pVal)
  2107. #define IWTEStepConstrains_get_UpperBoundary(This,pVal)
  2108.     (This)->lpVtbl -> get_UpperBoundary(This,pVal)
  2109. #define IWTEStepConstrains_get_LowerBlocked(This,pVal)
  2110.     (This)->lpVtbl -> get_LowerBlocked(This,pVal)
  2111. #define IWTEStepConstrains_get_UpperBlocked(This,pVal)
  2112.     (This)->lpVtbl -> get_UpperBlocked(This,pVal)
  2113. #endif /* COBJMACROS */
  2114. #endif  /* C style interface */
  2115. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEStepConstrains_get_Type_Proxy( 
  2116.     IWTEStepConstrains __RPC_FAR * This,
  2117.     /* [retval][out] */ long __RPC_FAR *pVal);
  2118. void __RPC_STUB IWTEStepConstrains_get_Type_Stub(
  2119.     IRpcStubBuffer *This,
  2120.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2121.     PRPC_MESSAGE _pRpcMessage,
  2122.     DWORD *_pdwStubPhase);
  2123. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEStepConstrains_get_TerminationString_Proxy( 
  2124.     IWTEStepConstrains __RPC_FAR * This,
  2125.     /* [retval][out] */ BSTR __RPC_FAR *pVal);
  2126. void __RPC_STUB IWTEStepConstrains_get_TerminationString_Stub(
  2127.     IRpcStubBuffer *This,
  2128.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2129.     PRPC_MESSAGE _pRpcMessage,
  2130.     DWORD *_pdwStubPhase);
  2131. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEStepConstrains_get_LegalDigits_Proxy( 
  2132.     IWTEStepConstrains __RPC_FAR * This,
  2133.     /* [retval][out] */ BSTR __RPC_FAR *pVal);
  2134. void __RPC_STUB IWTEStepConstrains_get_LegalDigits_Stub(
  2135.     IRpcStubBuffer *This,
  2136.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2137.     PRPC_MESSAGE _pRpcMessage,
  2138.     DWORD *_pdwStubPhase);
  2139. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEStepConstrains_get_InitialNumber_Proxy( 
  2140.     IWTEStepConstrains __RPC_FAR * This,
  2141.     /* [retval][out] */ BSTR __RPC_FAR *pVal);
  2142. void __RPC_STUB IWTEStepConstrains_get_InitialNumber_Stub(
  2143.     IRpcStubBuffer *This,
  2144.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2145.     PRPC_MESSAGE _pRpcMessage,
  2146.     DWORD *_pdwStubPhase);
  2147. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEStepConstrains_get_LowerBoundary_Proxy( 
  2148.     IWTEStepConstrains __RPC_FAR * This,
  2149.     /* [retval][out] */ long __RPC_FAR *pVal);
  2150. void __RPC_STUB IWTEStepConstrains_get_LowerBoundary_Stub(
  2151.     IRpcStubBuffer *This,
  2152.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2153.     PRPC_MESSAGE _pRpcMessage,
  2154.     DWORD *_pdwStubPhase);
  2155. /* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE IWTEStepConstrains_get_UpperBoundary_Proxy( 
  2156.     IWTEStepConstrains __RPC_FAR * This,
  2157.     /* [retval][out] */ long __RPC_FAR *pVal);
  2158. void __RPC_STUB IWTEStepConstrains_get_UpperBoundary_Stub(
  2159.     IRpcStubBuffer *This,
  2160.     IRpcChannelBuffer *_pRpcChannelBuffer,
  2161.     PRPC_MESSAGE _pRpcMessage,
  2162.     DWORD *_pdwStubPhase);