📄 smppcom.h
字号:
/* [in] */ REFIID riid,
/* [size_is][in] */ LPOLESTR *rgszNames,
/* [in] */ UINT cNames,
/* [in] */ LCID lcid,
/* [size_is][out] */ DISPID *rgDispId);
/* [local] */ HRESULT ( STDMETHODCALLTYPE *Invoke )(
ISubmitSMCom * This,
/* [in] */ DISPID dispIdMember,
/* [in] */ REFIID riid,
/* [in] */ LCID lcid,
/* [in] */ WORD wFlags,
/* [out][in] */ DISPPARAMS *pDispParams,
/* [out] */ VARIANT *pVarResult,
/* [out] */ EXCEPINFO *pExcepInfo,
/* [out] */ UINT *puArgErr);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_ServiceType )(
ISubmitSMCom * This,
/* [retval][out] */ BSTR *pVal);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_ServiceType )(
ISubmitSMCom * This,
/* [in] */ BSTR newVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Source )(
ISubmitSMCom * This,
/* [retval][out] */ ISmppAddressCom **pVal);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Source )(
ISubmitSMCom * This,
/* [in] */ ISmppAddressCom *newVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Destination )(
ISubmitSMCom * This,
/* [retval][out] */ ISmppAddressCom **pVal);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Destination )(
ISubmitSMCom * This,
/* [in] */ ISmppAddressCom *newVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_esmClass )(
ISubmitSMCom * This,
/* [retval][out] */ SHORT *pVal);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_esmClass )(
ISubmitSMCom * This,
/* [in] */ SHORT newVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_dataCoding )(
ISubmitSMCom * This,
/* [retval][out] */ SHORT *pVal);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_dataCoding )(
ISubmitSMCom * This,
/* [in] */ SHORT newVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_protocolID )(
ISubmitSMCom * This,
/* [retval][out] */ SHORT *pVal);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_protocolID )(
ISubmitSMCom * This,
/* [in] */ SHORT newVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_priorityFlag )(
ISubmitSMCom * This,
/* [retval][out] */ SHORT *pVal);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_priorityFlag )(
ISubmitSMCom * This,
/* [in] */ SHORT newVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_scheduledDelivery )(
ISubmitSMCom * This,
/* [retval][out] */ ISmppDateCom **pVal);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_scheduledDelivery )(
ISubmitSMCom * This,
/* [in] */ ISmppDateCom *newVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_validityPeriod )(
ISubmitSMCom * This,
/* [retval][out] */ ISmppDateCom **pVal);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_validityPeriod )(
ISubmitSMCom * This,
/* [in] */ ISmppDateCom *newVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_registeredDelivery )(
ISubmitSMCom * This,
/* [retval][out] */ SHORT *pVal);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_registeredDelivery )(
ISubmitSMCom * This,
/* [in] */ SHORT newVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_replaceIfPresent )(
ISubmitSMCom * This,
/* [retval][out] */ SHORT *pVal);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_replaceIfPresent )(
ISubmitSMCom * This,
/* [in] */ SHORT newVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_smDefaultMsgId )(
ISubmitSMCom * This,
/* [retval][out] */ SHORT *pVal);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_smDefaultMsgId )(
ISubmitSMCom * This,
/* [in] */ SHORT newVal);
/* [helpstring][id][propget] */ HRESULT ( STDMETHODCALLTYPE *get_Message )(
ISubmitSMCom * This,
/* [retval][out] */ BSTR *pVal);
/* [helpstring][id][propput] */ HRESULT ( STDMETHODCALLTYPE *put_Message )(
ISubmitSMCom * This,
/* [in] */ BSTR newVal);
/* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *compactMessage )(
ISubmitSMCom * This);
/* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *flipByteOrder )(
ISubmitSMCom * This);
/* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *setMessage )(
ISubmitSMCom * This,
/* [in] */ VARIANT msgdata);
/* [helpstring][id] */ HRESULT ( STDMETHODCALLTYPE *getMessage )(
ISubmitSMCom * This,
/* [retval][out] */ VARIANT *pmsgdata);
END_INTERFACE
} ISubmitSMComVtbl;
interface ISubmitSMCom
{
CONST_VTBL struct ISubmitSMComVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define ISubmitSMCom_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define ISubmitSMCom_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define ISubmitSMCom_Release(This) \
(This)->lpVtbl -> Release(This)
#define ISubmitSMCom_GetTypeInfoCount(This,pctinfo) \
(This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
#define ISubmitSMCom_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
(This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
#define ISubmitSMCom_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
(This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
#define ISubmitSMCom_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
(This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
#define ISubmitSMCom_get_ServiceType(This,pVal) \
(This)->lpVtbl -> get_ServiceType(This,pVal)
#define ISubmitSMCom_put_ServiceType(This,newVal) \
(This)->lpVtbl -> put_ServiceType(This,newVal)
#define ISubmitSMCom_get_Source(This,pVal) \
(This)->lpVtbl -> get_Source(This,pVal)
#define ISubmitSMCom_put_Source(This,newVal) \
(This)->lpVtbl -> put_Source(This,newVal)
#define ISubmitSMCom_get_Destination(This,pVal) \
(This)->lpVtbl -> get_Destination(This,pVal)
#define ISubmitSMCom_put_Destination(This,newVal) \
(This)->lpVtbl -> put_Destination(This,newVal)
#define ISubmitSMCom_get_esmClass(This,pVal) \
(This)->lpVtbl -> get_esmClass(This,pVal)
#define ISubmitSMCom_put_esmClass(This,newVal) \
(This)->lpVtbl -> put_esmClass(This,newVal)
#define ISubmitSMCom_get_dataCoding(This,pVal) \
(This)->lpVtbl -> get_dataCoding(This,pVal)
#define ISubmitSMCom_put_dataCoding(This,newVal) \
(This)->lpVtbl -> put_dataCoding(This,newVal)
#define ISubmitSMCom_get_protocolID(This,pVal) \
(This)->lpVtbl -> get_protocolID(This,pVal)
#define ISubmitSMCom_put_protocolID(This,newVal) \
(This)->lpVtbl -> put_protocolID(This,newVal)
#define ISubmitSMCom_get_priorityFlag(This,pVal) \
(This)->lpVtbl -> get_priorityFlag(This,pVal)
#define ISubmitSMCom_put_priorityFlag(This,newVal) \
(This)->lpVtbl -> put_priorityFlag(This,newVal)
#define ISubmitSMCom_get_scheduledDelivery(This,pVal) \
(This)->lpVtbl -> get_scheduledDelivery(This,pVal)
#define ISubmitSMCom_put_scheduledDelivery(This,newVal) \
(This)->lpVtbl -> put_scheduledDelivery(This,newVal)
#define ISubmitSMCom_get_validityPeriod(This,pVal) \
(This)->lpVtbl -> get_validityPeriod(This,pVal)
#define ISubmitSMCom_put_validityPeriod(This,newVal) \
(This)->lpVtbl -> put_validityPeriod(This,newVal)
#define ISubmitSMCom_get_registeredDelivery(This,pVal) \
(This)->lpVtbl -> get_registeredDelivery(This,pVal)
#define ISubmitSMCom_put_registeredDelivery(This,newVal) \
(This)->lpVtbl -> put_registeredDelivery(This,newVal)
#define ISubmitSMCom_get_replaceIfPresent(This,pVal) \
(This)->lpVtbl -> get_replaceIfPresent(This,pVal)
#define ISubmitSMCom_put_replaceIfPresent(This,newVal) \
(This)->lpVtbl -> put_replaceIfPresent(This,newVal)
#define ISubmitSMCom_get_smDefaultMsgId(This,pVal) \
(This)->lpVtbl -> get_smDefaultMsgId(This,pVal)
#define ISubmitSMCom_put_smDefaultMsgId(This,newVal) \
(This)->lpVtbl -> put_smDefaultMsgId(This,newVal)
#define ISubmitSMCom_get_Message(This,pVal) \
(This)->lpVtbl -> get_Message(This,pVal)
#define ISubmitSMCom_put_Message(This,newVal) \
(This)->lpVtbl -> put_Message(This,newVal)
#define ISubmitSMCom_compactMessage(This) \
(This)->lpVtbl -> compactMessage(This)
#define ISubmitSMCom_flipByteOrder(This) \
(This)->lpVtbl -> flipByteOrder(This)
#define ISubmitSMCom_setMessage(This,msgdata) \
(This)->lpVtbl -> setMessage(This,msgdata)
#define ISubmitSMCom_getMessage(This,pmsgdata) \
(This)->lpVtbl -> getMessage(This,pmsgdata)
#endif /* COBJMACROS */
#endif /* C style interface */
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ISubmitSMCom_get_ServiceType_Proxy(
ISubmitSMCom * This,
/* [retval][out] */ BSTR *pVal);
void __RPC_STUB ISubmitSMCom_get_ServiceType_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE ISubmitSMCom_put_ServiceType_Proxy(
ISubmitSMCom * This,
/* [in] */ BSTR newVal);
void __RPC_STUB ISubmitSMCom_put_ServiceType_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ISubmitSMCom_get_Source_Proxy(
ISubmitSMCom * This,
/* [retval][out] */ ISmppAddressCom **pVal);
void __RPC_STUB ISubmitSMCom_get_Source_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE ISubmitSMCom_put_Source_Proxy(
ISubmitSMCom * This,
/* [in] */ ISmppAddressCom *newVal);
void __RPC_STUB ISubmitSMCom_put_Source_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ISubmitSMCom_get_Destination_Proxy(
ISubmitSMCom * This,
/* [retval][out] */ ISmppAddressCom **pVal);
void __RPC_STUB ISubmitSMCom_get_Destination_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE ISubmitSMCom_put_Destination_Proxy(
ISubmitSMCom * This,
/* [in] */ ISmppAddressCom *newVal);
void __RPC_STUB ISubmitSMCom_put_Destination_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ISubmitSMCom_get_esmClass_Proxy(
ISubmitSMCom * This,
/* [retval][out] */ SHORT *pVal);
void __RPC_STUB ISubmitSMCom_get_esmClass_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE ISubmitSMCom_put_esmClass_Proxy(
ISubmitSMCom * This,
/* [in] */ SHORT newVal);
void __RPC_STUB ISubmitSMCom_put_esmClass_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propget] */ HRESULT STDMETHODCALLTYPE ISubmitSMCom_get_dataCoding_Proxy(
ISubmitSMCom * This,
/* [retval][out] */ SHORT *pVal);
void __RPC_STUB ISubmitSMCom_get_dataCoding_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpstring][id][propput] */ HRESULT STDMETHODCALLTYPE ISubmitSMCom_put_dataCoding_Proxy(
ISubmitSMCom * This,
/* [in] */ SHORT newVal);
void __RPC_STUB ISubmitSMCom_put_dataCoding_Stub(
IRpcStubBuffer *This,
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -