📄 cdosys.h
字号:
END_INTERFACE
} IMessageVtbl;
interface IMessage
{
CONST_VTBL struct IMessageVtbl __RPC_FAR *lpVtbl;
};
#ifdef COBJMACROS
#define IMessage_QueryInterface(This,riid,ppvObject) \
(This)->lpVtbl -> QueryInterface(This,riid,ppvObject)
#define IMessage_AddRef(This) \
(This)->lpVtbl -> AddRef(This)
#define IMessage_Release(This) \
(This)->lpVtbl -> Release(This)
#define IMessage_GetTypeInfoCount(This,pctinfo) \
(This)->lpVtbl -> GetTypeInfoCount(This,pctinfo)
#define IMessage_GetTypeInfo(This,iTInfo,lcid,ppTInfo) \
(This)->lpVtbl -> GetTypeInfo(This,iTInfo,lcid,ppTInfo)
#define IMessage_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) \
(This)->lpVtbl -> GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId)
#define IMessage_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) \
(This)->lpVtbl -> Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
#define IMessage_get_BCC(This,pBCC) \
(This)->lpVtbl -> get_BCC(This,pBCC)
#define IMessage_put_BCC(This,varBCC) \
(This)->lpVtbl -> put_BCC(This,varBCC)
#define IMessage_get_CC(This,pCC) \
(This)->lpVtbl -> get_CC(This,pCC)
#define IMessage_put_CC(This,varCC) \
(This)->lpVtbl -> put_CC(This,varCC)
#define IMessage_get_FollowUpTo(This,pFollowUpTo) \
(This)->lpVtbl -> get_FollowUpTo(This,pFollowUpTo)
#define IMessage_put_FollowUpTo(This,varFollowUpTo) \
(This)->lpVtbl -> put_FollowUpTo(This,varFollowUpTo)
#define IMessage_get_From(This,pFrom) \
(This)->lpVtbl -> get_From(This,pFrom)
#define IMessage_put_From(This,varFrom) \
(This)->lpVtbl -> put_From(This,varFrom)
#define IMessage_get_Keywords(This,pKeywords) \
(This)->lpVtbl -> get_Keywords(This,pKeywords)
#define IMessage_put_Keywords(This,varKeywords) \
(This)->lpVtbl -> put_Keywords(This,varKeywords)
#define IMessage_get_MimeFormatted(This,pMimeFormatted) \
(This)->lpVtbl -> get_MimeFormatted(This,pMimeFormatted)
#define IMessage_put_MimeFormatted(This,varMimeFormatted) \
(This)->lpVtbl -> put_MimeFormatted(This,varMimeFormatted)
#define IMessage_get_Newsgroups(This,pNewsgroups) \
(This)->lpVtbl -> get_Newsgroups(This,pNewsgroups)
#define IMessage_put_Newsgroups(This,varNewsgroups) \
(This)->lpVtbl -> put_Newsgroups(This,varNewsgroups)
#define IMessage_get_Organization(This,pOrganization) \
(This)->lpVtbl -> get_Organization(This,pOrganization)
#define IMessage_put_Organization(This,varOrganization) \
(This)->lpVtbl -> put_Organization(This,varOrganization)
#define IMessage_get_ReceivedTime(This,varReceivedTime) \
(This)->lpVtbl -> get_ReceivedTime(This,varReceivedTime)
#define IMessage_get_ReplyTo(This,pReplyTo) \
(This)->lpVtbl -> get_ReplyTo(This,pReplyTo)
#define IMessage_put_ReplyTo(This,varReplyTo) \
(This)->lpVtbl -> put_ReplyTo(This,varReplyTo)
#define IMessage_get_DSNOptions(This,pDSNOptions) \
(This)->lpVtbl -> get_DSNOptions(This,pDSNOptions)
#define IMessage_put_DSNOptions(This,varDSNOptions) \
(This)->lpVtbl -> put_DSNOptions(This,varDSNOptions)
#define IMessage_get_SentOn(This,varSentOn) \
(This)->lpVtbl -> get_SentOn(This,varSentOn)
#define IMessage_get_Subject(This,pSubject) \
(This)->lpVtbl -> get_Subject(This,pSubject)
#define IMessage_put_Subject(This,varSubject) \
(This)->lpVtbl -> put_Subject(This,varSubject)
#define IMessage_get_To(This,pTo) \
(This)->lpVtbl -> get_To(This,pTo)
#define IMessage_put_To(This,varTo) \
(This)->lpVtbl -> put_To(This,varTo)
#define IMessage_get_TextBody(This,pTextBody) \
(This)->lpVtbl -> get_TextBody(This,pTextBody)
#define IMessage_put_TextBody(This,varTextBody) \
(This)->lpVtbl -> put_TextBody(This,varTextBody)
#define IMessage_get_HTMLBody(This,pHTMLBody) \
(This)->lpVtbl -> get_HTMLBody(This,pHTMLBody)
#define IMessage_put_HTMLBody(This,varHTMLBody) \
(This)->lpVtbl -> put_HTMLBody(This,varHTMLBody)
#define IMessage_get_Attachments(This,varAttachments) \
(This)->lpVtbl -> get_Attachments(This,varAttachments)
#define IMessage_get_Sender(This,pSender) \
(This)->lpVtbl -> get_Sender(This,pSender)
#define IMessage_put_Sender(This,varSender) \
(This)->lpVtbl -> put_Sender(This,varSender)
#define IMessage_get_Configuration(This,pConfiguration) \
(This)->lpVtbl -> get_Configuration(This,pConfiguration)
#define IMessage_put_Configuration(This,varConfiguration) \
(This)->lpVtbl -> put_Configuration(This,varConfiguration)
#define IMessage_putref_Configuration(This,varConfiguration) \
(This)->lpVtbl -> putref_Configuration(This,varConfiguration)
#define IMessage_get_AutoGenerateTextBody(This,pAutoGenerateTextBody) \
(This)->lpVtbl -> get_AutoGenerateTextBody(This,pAutoGenerateTextBody)
#define IMessage_put_AutoGenerateTextBody(This,varAutoGenerateTextBody) \
(This)->lpVtbl -> put_AutoGenerateTextBody(This,varAutoGenerateTextBody)
#define IMessage_get_EnvelopeFields(This,varEnvelopeFields) \
(This)->lpVtbl -> get_EnvelopeFields(This,varEnvelopeFields)
#define IMessage_get_TextBodyPart(This,varTextBodyPart) \
(This)->lpVtbl -> get_TextBodyPart(This,varTextBodyPart)
#define IMessage_get_HTMLBodyPart(This,varHTMLBodyPart) \
(This)->lpVtbl -> get_HTMLBodyPart(This,varHTMLBodyPart)
#define IMessage_get_BodyPart(This,varBodyPart) \
(This)->lpVtbl -> get_BodyPart(This,varBodyPart)
#define IMessage_get_DataSource(This,varDataSource) \
(This)->lpVtbl -> get_DataSource(This,varDataSource)
#define IMessage_get_Fields(This,varFields) \
(This)->lpVtbl -> get_Fields(This,varFields)
#define IMessage_get_MDNRequested(This,pMDNRequested) \
(This)->lpVtbl -> get_MDNRequested(This,pMDNRequested)
#define IMessage_put_MDNRequested(This,varMDNRequested) \
(This)->lpVtbl -> put_MDNRequested(This,varMDNRequested)
#define IMessage_AddRelatedBodyPart(This,URL,Reference,ReferenceType,UserName,Password,ppBody) \
(This)->lpVtbl -> AddRelatedBodyPart(This,URL,Reference,ReferenceType,UserName,Password,ppBody)
#define IMessage_AddAttachment(This,URL,UserName,Password,ppBody) \
(This)->lpVtbl -> AddAttachment(This,URL,UserName,Password,ppBody)
#define IMessage_CreateMHTMLBody(This,URL,Flags,UserName,Password) \
(This)->lpVtbl -> CreateMHTMLBody(This,URL,Flags,UserName,Password)
#define IMessage_Forward(This,ppMsg) \
(This)->lpVtbl -> Forward(This,ppMsg)
#define IMessage_Post(This) \
(This)->lpVtbl -> Post(This)
#define IMessage_PostReply(This,ppMsg) \
(This)->lpVtbl -> PostReply(This,ppMsg)
#define IMessage_Reply(This,ppMsg) \
(This)->lpVtbl -> Reply(This,ppMsg)
#define IMessage_ReplyAll(This,ppMsg) \
(This)->lpVtbl -> ReplyAll(This,ppMsg)
#define IMessage_Send(This) \
(This)->lpVtbl -> Send(This)
#define IMessage_GetStream(This,ppStream) \
(This)->lpVtbl -> GetStream(This,ppStream)
#define IMessage_GetInterface(This,Interface,ppUnknown) \
(This)->lpVtbl -> GetInterface(This,Interface,ppUnknown)
#endif /* COBJMACROS */
#endif /* C style interface */
/* [helpcontext][helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE IMessage_get_BCC_Proxy(
IMessage __RPC_FAR * This,
/* [retval][out] */ BSTR __RPC_FAR *pBCC);
void __RPC_STUB IMessage_get_BCC_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpcontext][helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE IMessage_put_BCC_Proxy(
IMessage __RPC_FAR * This,
/* [in] */ BSTR varBCC);
void __RPC_STUB IMessage_put_BCC_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpcontext][helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE IMessage_get_CC_Proxy(
IMessage __RPC_FAR * This,
/* [retval][out] */ BSTR __RPC_FAR *pCC);
void __RPC_STUB IMessage_get_CC_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpcontext][helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE IMessage_put_CC_Proxy(
IMessage __RPC_FAR * This,
/* [in] */ BSTR varCC);
void __RPC_STUB IMessage_put_CC_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpcontext][helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE IMessage_get_FollowUpTo_Proxy(
IMessage __RPC_FAR * This,
/* [retval][out] */ BSTR __RPC_FAR *pFollowUpTo);
void __RPC_STUB IMessage_get_FollowUpTo_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpcontext][helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE IMessage_put_FollowUpTo_Proxy(
IMessage __RPC_FAR * This,
/* [in] */ BSTR varFollowUpTo);
void __RPC_STUB IMessage_put_FollowUpTo_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpcontext][helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE IMessage_get_From_Proxy(
IMessage __RPC_FAR * This,
/* [retval][out] */ BSTR __RPC_FAR *pFrom);
void __RPC_STUB IMessage_get_From_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpcontext][helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE IMessage_put_From_Proxy(
IMessage __RPC_FAR * This,
/* [in] */ BSTR varFrom);
void __RPC_STUB IMessage_put_From_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpcontext][helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE IMessage_get_Keywords_Proxy(
IMessage __RPC_FAR * This,
/* [retval][out] */ BSTR __RPC_FAR *pKeywords);
void __RPC_STUB IMessage_get_Keywords_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpcontext][helpstring][propput][id] */ HRESULT STDMETHODCALLTYPE IMessage_put_Keywords_Proxy(
IMessage __RPC_FAR * This,
/* [in] */ BSTR varKeywords);
void __RPC_STUB IMessage_put_Keywords_Stub(
IRpcStubBuffer *This,
IRpcChannelBuffer *_pRpcChannelBuffer,
PRPC_MESSAGE _pRpcMessage,
DWORD *_pdwStubPhase);
/* [helpcontext][helpstring][propget][id] */ HRESULT STDMETHODCALLTYPE IMes
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -