From 83efdf300cc69791c2aa744b68e8b1aa9176a6b1 Mon Sep 17 00:00:00 2001 From: Huw Davies Date: Fri, 2 Nov 2007 11:50:47 +0000 Subject: [PATCH] include: Add a few defines and fill out IMimeMessageCallback. --- include/mimeole.idl | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/include/mimeole.idl b/include/mimeole.idl index 63d38c5606..22f42cc9e3 100644 --- a/include/mimeole.idl +++ b/include/mimeole.idl @@ -580,6 +580,13 @@ library MIMEOLE IMSG_PRI_HIGH = 1, } IMSGPRIORITY; + cpp_quote("#define WPF_HTML 0x00000001") + cpp_quote("#define WPF_AUTOINLINE 0x00000002") + cpp_quote("#define WPF_SLIDESHOW 0x00000004") + cpp_quote("#define WPF_ATTACHLINKS 0x00000008") + cpp_quote("#define WPF_IMAGESONLY 0x00000010") + cpp_quote("#define WPF_NOMETACHARSET 0x00000020") + typedef struct tagWEPAGEOPTIONS { DWORD cbSize; @@ -687,7 +694,9 @@ cpp_quote("#endif") ] interface IMimeMessageCallback : IUnknown { - /* FIXME: fill this in */ + HRESULT OnWebPageSplitter( + [in] DWORD cInlined, + [in] IStream *ppStream); } [