mimeole.idl: Add more MIME_E defines.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alistair Leslie-Hughes 2016-04-19 09:26:22 +00:00 committed by Alexandre Julliard
parent 896a62a28a
commit 84cf8ca096

View File

@ -48,6 +48,23 @@ 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_OPTION_VALUE 0x800cce1f")
cpp_quote("#define MIME_E_INVALID_OPTION_ID 0x800cce20")
cpp_quote("#define MIME_E_INVALID_HEADER_NAME 0x800cce21")
cpp_quote("#define MIME_E_NOT_BOUND 0x800cce22")
cpp_quote("#define MIME_E_MAX_SIZE_TOO_SMALL 0x800cce23")
cpp_quote("#define MIME_E_MULTIPART_HAS_CHILDREN 0x800cce25")
cpp_quote("#define MIME_E_INVALID_PROP_FLAGS 0x800cce26")
cpp_quote("#define MIME_E_INVALID_ADDRESS_TYPE 0x800cce27")
cpp_quote("#define MIME_E_INVALID_OBJECT_IID 0x800cce28")
cpp_quote("#define MIME_E_MLANG_DLL_NOT_FOUND 0x800cce29")
cpp_quote("#define MIME_E_ROOT_NOT_EMPTY 0x800cce2a")
cpp_quote("#define MIME_E_MLANG_BAD_DLL 0x800cce2b")
cpp_quote("#define MIME_E_REG_OPEN_KEY 0x800cce2c")
cpp_quote("#define MIME_E_INVALID_INET_DATE 0x800cce2d")
cpp_quote("#define MIME_E_INVALID_BODYTYPE 0x800cce2e")
cpp_quote("#define MIME_E_INVALID_DELETE_TYPE 0x800cce2f")
cpp_quote("#define MIME_E_OPTION_HAS_NO_VALUE 0x800cce30")
cpp_quote("#define MIME_E_INVALID_CHARSET_TYPE 0x800cce31")
cpp_quote("#define MIME_E_INVALID_TEXT_TYPE 0x800cce38")