From 6b24d897fd44f4a7ba754ac0d5d1d058ebb49215 Mon Sep 17 00:00:00 2001 From: Huw Davies Date: Wed, 10 Sep 2008 10:42:08 +0100 Subject: [PATCH] include: Add some more mimeole errors. --- include/mimeole.idl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/mimeole.idl b/include/mimeole.idl index 508ca26e767..191a9f29172 100644 --- a/include/mimeole.idl +++ b/include/mimeole.idl @@ -40,6 +40,13 @@ cpp_quote("#define MIME_E_BOUNDARY_MISMATCH 0x800cce04") cpp_quote("#define MIME_E_NOT_FOUND 0x800cce05") cpp_quote("#define MIME_E_NO_DATA 0x800cce05") cpp_quote("#define MIME_E_BUFFER_TOO_SMALL 0x800cce06") +cpp_quote("#define MIME_E_INVALID_ITEM_FLAGS 0x800cce07") +cpp_quote("#define MIME_E_ONE_LINE_ITEME 0x800cce08") +cpp_quote("#define MIME_E_INVALID_HANDLE 0x800cce09") +cpp_quote("#define MIME_E_CHARSET_TRANSLATE 0x800cce0a") +cpp_quote("#define MIME_E_NOT_INITIALIZED 0x800cce0b") + +cpp_quote("#define MIME_E_INVALID_CHARSET_TYPE 0x800cce31") cpp_quote("#define MIME_E_INVALID_TEXT_TYPE 0x800cce38")