📄 agtsvr.h
字号:
/* [out][in] */ DISPPARAMS __RPC_FAR *pDispParams,
/* [out] */ VARIANT __RPC_FAR *pVarResult,
/* [out] */ EXCEPINFO __RPC_FAR *pExcepInfo,
/* [out] */ UINT __RPC_FAR *puArgErr);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetInstalled )(
IAgentSpeechInputProperties __RPC_FAR * This,
/* [out] */ long __RPC_FAR *pbInstalled);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetEnabled )(
IAgentSpeechInputProperties __RPC_FAR * This,
/* [out] */ long __RPC_FAR *pbEnabled);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetHotKey )(
IAgentSpeechInputProperties __RPC_FAR * This,
/* [out] */ BSTR __RPC_FAR *pbszHotCharKey);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetLCID )(
IAgentSpeechInputProperties __RPC_FAR * This,
/* [out] */ LCID __RPC_FAR *plcidCurrent);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetEngine )(
IAgentSpeechInputProperties __RPC_FAR * This,
/* [out] */ BSTR __RPC_FAR *pbszEngine);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *SetEngine )(
IAgentSpeechInputProperties __RPC_FAR * This,
/* [in] */ BSTR bszEngine);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetListeningTip )(
IAgentSpeechInputProperties __RPC_FAR * This,
/* [out] */ long __RPC_FAR *pbListeningTip);
END_INTERFACE
} IAgentSpeechInputPropertiesVtbl;
interface IAgentSpeechInputProperties
{
CONST_VTBL struct IAgentSpeechInputPropertiesVtbl __RPC_FAR *lpVtbl;
};
#ifdef COBJMACROS
#define IAgentSpeechInputProperties_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define IAgentSpeechInputProperties_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define IAgentSpeechInputProperties_Release(This) \
(This)->lpVtbl -> Release(This)
#define IAgentSpeechInputProperties_GetTypeInfoCount(This,pctinfo) \
(This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
#define IAgentSpeechInputProperties_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
(This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
#define IAgentSpeechInputProperties_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
(This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
#define IAgentSpeechInputProperties_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
(This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
#define IAgentSpeechInputProperties_GetInstalled(This,pbInstalled) \
(This)->lpVtbl -> GetInstalled(This,pbInstalled)
#define IAgentSpeechInputProperties_GetEnabled(This,pbEnabled) \
(This)->lpVtbl -> GetEnabled(This,pbEnabled)
#define IAgentSpeechInputProperties_GetHotKey(This,pbszHotCharKey) \
(This)->lpVtbl -> GetHotKey(This,pbszHotCharKey)
#define IAgentSpeechInputProperties_GetLCID(This,plcidCurrent) \
(This)->lpVtbl -> GetLCID(This,plcidCurrent)
#define IAgentSpeechInputProperties_GetEngine(This,pbszEngine) \
(This)->lpVtbl -> GetEngine(This,pbszEngine)
#define IAgentSpeechInputProperties_SetEngine(This,bszEngine) \
(This)->lpVtbl -> SetEngine(This,bszEngine)
#define IAgentSpeechInputProperties_GetListeningTip(This,pbListeningTip) \
(This)->lpVtbl -> GetListeningTip(This,pbListeningTip)
#endif /* COBJMACROS */
#endif /* C style interface */
HRESULT STDMETHODCALLTYPE IAgentSpeechInputProperties_GetInstalled_Proxy(
IAgentSpeechInputProperties __RPC_FAR * This,
/* [out] */ long __RPC_FAR *pbInstalled);
void __RPC_STUB IAgentSpeechInputProperties_GetInstalled_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
HRESULT STDMETHODCALLTYPE IAgentSpeechInputProperties_GetEnabled_Proxy(
IAgentSpeechInputProperties __RPC_FAR * This,
/* [out] */ long __RPC_FAR *pbEnabled);
void __RPC_STUB IAgentSpeechInputProperties_GetEnabled_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
HRESULT STDMETHODCALLTYPE IAgentSpeechInputProperties_GetHotKey_Proxy(
IAgentSpeechInputProperties __RPC_FAR * This,
/* [out] */ BSTR __RPC_FAR *pbszHotCharKey);
void __RPC_STUB IAgentSpeechInputProperties_GetHotKey_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
HRESULT STDMETHODCALLTYPE IAgentSpeechInputProperties_GetLCID_Proxy(
IAgentSpeechInputProperties __RPC_FAR * This,
/* [out] */ LCID __RPC_FAR *plcidCurrent);
void __RPC_STUB IAgentSpeechInputProperties_GetLCID_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
HRESULT STDMETHODCALLTYPE IAgentSpeechInputProperties_GetEngine_Proxy(
IAgentSpeechInputProperties __RPC_FAR * This,
/* [out] */ BSTR __RPC_FAR *pbszEngine);
void __RPC_STUB IAgentSpeechInputProperties_GetEngine_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
HRESULT STDMETHODCALLTYPE IAgentSpeechInputProperties_SetEngine_Proxy(
IAgentSpeechInputProperties __RPC_FAR * This,
/* [in] */ BSTR bszEngine);
void __RPC_STUB IAgentSpeechInputProperties_SetEngine_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
HRESULT STDMETHODCALLTYPE IAgentSpeechInputProperties_GetListeningTip_Proxy(
IAgentSpeechInputProperties __RPC_FAR * This,
/* [out] */ long __RPC_FAR *pbListeningTip);
void __RPC_STUB IAgentSpeechInputProperties_GetListeningTip_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __IAgentSpeechInputProperties_INTERFACE_DEFINED__ */
#ifndef __IAgentAudioOutputProperties_INTERFACE_DEFINED__
#define __IAgentAudioOutputProperties_INTERFACE_DEFINED__
/****************************************
* Generated header for interface: IAgentAudioOutputProperties
* at Wed Aug 13 21:04:17 1997
* using MIDL 3.01.75
****************************************/
/* [unique][helpstring][dual][uuid][object] */
EXTERN_C const IID IID_IAgentAudioOutputProperties;
#if defined(__cplusplus) && !defined(CINTERFACE)
interface DECLSPEC_UUID("A7B93C89-7B81-11D0-AC5F-00C04FD97575")
IAgentAudioOutputProperties : public IDispatch
{
public:
virtual HRESULT STDMETHODCALLTYPE GetEnabled(
/* [out] */ long __RPC_FAR *pbEnabled) = 0;
virtual HRESULT STDMETHODCALLTYPE GetUsingSoundEffects(
/* [out] */ long __RPC_FAR *pbUsingSoundEffects) = 0;
};
#else /* C style interface */
typedef struct IAgentAudioOutputPropertiesVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *QueryInterface )(
IAgentAudioOutputProperties __RPC_FAR * This,
/* [in] */ REFIID riid,
/* [iid_is][out] */ void __RPC_FAR *__RPC_FAR *ppvObject);
ULONG ( STDMETHODCALLTYPE __RPC_FAR *AddRef )(
IAgentAudioOutputProperties __RPC_FAR * This);
ULONG ( STDMETHODCALLTYPE __RPC_FAR *Release )(
IAgentAudioOutputProperties __RPC_FAR * This);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfoCount )(
IAgentAudioOutputProperties __RPC_FAR * This,
/* [out] */ UINT __RPC_FAR *pctinfo);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetTypeInfo )(
IAgentAudioOutputProperties __RPC_FAR * This,
/* [in] */ UINT iTInfo,
/* [in] */ LCID lcid,
/* [out] */ ITypeInfo __RPC_FAR *__RPC_FAR *ppTInfo);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetIDsOfNames )(
IAgentAudioOutputProperties __RPC_FAR * This,
/* [in] */ REFIID riid,
/* [size_is][in] */ LPOLESTR __RPC_FAR *rgszNames,
/* [in] */ UINT cNames,
/* [in] */ LCID lcid,
/* [size_is][out] */ DISPID __RPC_FAR *rgDispId);
/* [local] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Invoke )(
IAgentAudioOutputProperties __RPC_FAR * This,
/* [in] */ DISPID dispIdMember,
/* [in] */ REFIID riid,
/* [in] */ LCID lcid,
/* [in] */ WORD wFlags,
/* [out][in] */ DISPPARAMS __RPC_FAR *pDispParams,
/* [out] */ VARIANT __RPC_FAR *pVarResult,
/* [out] */ EXCEPINFO __RPC_FAR *pExcepInfo,
/* [out] */ UINT __RPC_FAR *puArgErr);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetEnabled )(
IAgentAudioOutputProperties __RPC_FAR * This,
/* [out] */ long __RPC_FAR *pbEnabled);
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *GetUsingSoundEffects )(
IAgentAudioOutputProperties __RPC_FAR * This,
/* [out] */ long __RPC_FAR *pbUsingSoundEffects);
END_INTERFACE
} IAgentAudioOutputPropertiesVtbl;
interface IAgentAudioOutputProperties
{
CONST_VTBL struct IAgentAudioOutputPropertiesVtbl __RPC_FAR *lpVtbl;
};
#ifdef COBJMACROS
#define IAgentAudioOutputProperties_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define IAgentAudioOutputProperties_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define IAgentAudioOutputProperties_Release(This) \
(This)->lpVtbl -> Release(This)
#define IAgentAudioOutputProperties_GetTypeInfoCount(This,pctinfo) \
(This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
#define IAgentAudioOutputProperties_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
(This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
#define IAgentAudioOutputProperties_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
(This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
#define IAgentAudioOutputProperties_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
(This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
#define IAgentAudioOutputProperties_GetEnabled(This,pbEnabled) \
(This)->lpVtbl -> GetEnabled(This,pbEnabled)
#define IAgentAudioOutputProperties_GetUsingSoundEffects(This,pbUsingSoundEffects) \
(This)->lpVtbl -> GetUsingSoundEffects(This,pbUsingSoundEffects)
#endif /* COBJMACROS */
#endif /* C style interface */
HRESULT STDMETHODCALLTYPE IAgentAudioOutputProperties_GetEnabled_Proxy(
IAgentAudioOutputProperties __RPC_FAR * This,
/* [out] */ long __RPC_FAR *pbEnabled);
void __RPC_STUB IAgentAudioOutputProperties_GetEnabled_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
HRESULT STDMETHODCALLTYPE IAgentAudioOutputProperties_GetUsingSoundEffects_Proxy(
IAgentAudioOutputProperties __RPC_FAR * This,
/* [out] */ long __RPC_FAR *pbUsingSoundEffects);
void __RPC_STUB IAgentAudioOutputProperties_GetUsingSoundEffects_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
#endif /* __IAgentAudioOutputProperties_INTERFACE_DEFINED__ */
#ifndef __IAgentPropertySheet_INTERFACE_DEFINED__
#define __IAgentPropertySheet_INTERFACE_DEFINED__
/****************************************
* Generated header for interface: IAgentPropertySheet
* at Wed Aug 13 21:04:17 1997
* using MIDL 3.01.75
****************************************/
/* [unique][helpstring][dual][uuid][object] */
EXTERN_C const IID IID_IAgentPropertySheet;
#if defined(__cplusplus) && !defined(CINTERFACE)
interface DECLSPEC_UUID("A7B93C8B-7B81-11D0-AC5F-00C04FD97575")
IAgentPropertySheet : public IDispatch
{
public:
virtual HRESULT STDMETHODCALLTYPE GetVisible(
/* [out] */ long __RPC_FAR *pbVisible) = 0;
virtual HRESULT STDMETHODCALLTYPE SetVisible(
/* [in] */ long bVisible) = 0;
virtual HRESULT STDMETHODCALLTYPE GetPosition(
/* [out] */ long __RPC_FAR *plLeft,
/* [out] */ long __RPC_FAR *plTop) = 0;
virtual HRESULT STDMETHODCALLTYPE GetSize(
/* [out] */ long __RPC_FAR *plWidth,
/* [out] */ long __RPC_FAR *plHeight) = 0;
virtual HRESULT STDMETHODCALLTYPE GetPage(
/* [out] */ BSTR __RPC_FAR *pbszPage) = 0;
virtual HRESULT STDMETHODCALLTYPE SetPage(
/* [in] */ BSTR bszPage) = 0;
};
#else /* C style interface */
typedef struct IAgentPropertySheetVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE __RPC_FAR *
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -