Wireshark  4.3.0
The Wireshark network protocol analyzer
mapicodes_enum.h
1 /*
2  MAPI Implementation
3 
4  OpenChange Project
5 
6  Copyright (C) Julien Kerihuel 2006
7 
8  This program is free software; you can redistribute it and/or modify
9  it under the terms of the GNU General Public License as published by
10  the Free Software Foundation; either version 2 of the License, or
11  (at your option) any later version.
12 
13  This program is distributed in the hope that it will be useful,
14  but WITHOUT ANY WARRANTY; without even the implied warranty of
15  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16  GNU General Public License for more details.
17 
18  You should have received a copy of the GNU General Public License
19  along with this program; if not, write to the Free Software
20  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21 */
22 
23 /* parser auto-generated by mparse */
24 
25 typedef [public, v1_enum, flag(NDR_PAHEX)] enum {
26  MAPI_E_SUCCESS = 0x00000000,
27  MAPI_E_NO_SUPPORT = 0x80040102,
28  MAPI_E_BAD_CHARWIDTH = 0x80040103,
29  MAPI_E_STRING_TOO_LONG = 0x80040105,
30  MAPI_E_UNKNOWN_FLAGS = 0x80040106,
31  MAPI_E_INVALID_ENTRYID = 0x80040107,
32  MAPI_E_INVALID_OBJECT = 0x80040108,
33  MAPI_E_OBJECT_CHANGED = 0x80040109,
34  MAPI_E_OBJECT_DELETED = 0x8004010A,
35  MAPI_E_BUSY = 0x8004010B,
36  MAPI_E_NOT_ENOUGH_DISK = 0x8004010D,
37  MAPI_E_NOT_ENOUGH_RESOURCES = 0x8004010E,
38  MAPI_E_NOT_FOUND = 0x8004010F,
39  MAPI_E_VERSION = 0x80040110,
40  MAPI_E_LOGON_FAILED = 0x80040111,
41  MAPI_E_SESSION_LIMIT = 0x80040112,
42  MAPI_E_USER_CANCEL = 0x80040113,
43  MAPI_E_UNABLE_TO_ABORT = 0x80040114,
44  MAPI_E_NETWORK_ERROR = 0x80040115,
45  MAPI_E_DISK_ERROR = 0x80040116,
46  MAPI_E_TOO_COMPLEX = 0x80040117,
47  MAPI_E_BAD_COLUMN = 0x80040118,
48  MAPI_E_EXTENDED_ERROR = 0x80040119,
49  MAPI_E_COMPUTED = 0x8004011A,
50  MAPI_E_CORRUPT_DATA = 0x8004011B,
51  MAPI_E_UNCONFIGURED = 0x8004011C,
52  MAPI_E_FAILONEPROVIDER = 0x8004011D,
53  MAPI_E_UNKNOWN_CPID = 0x8004011E,
54  MAPI_E_UNKNOWN_LCID = 0x8004011F,
55  MAPI_E_PASSWORD_CHANGE_REQUIRED = 0x80040120,
56  MAPI_E_PASSWORD_EXPIRED = 0x80040121,
57  MAPI_E_INVALID_WORKSTATION_ACCOUNT = 0x80040122,
58  MAPI_E_INVALID_ACCESS_TIME = 0x80040123,
59  MAPI_E_ACCOUNT_DISABLED = 0x80040124,
60  MAPI_E_END_OF_SESSION = 0x80040200,
61  MAPI_E_UNKNOWN_ENTRYID = 0x80040201,
62  MAPI_E_MISSING_REQUIRED_COLUMN = 0x80040202,
63  MAPI_W_NO_SERVICE = 0x80040203,
64  MAPI_E_BAD_VALUE = 0x80040301,
65  MAPI_E_INVALID_TYPE = 0x80040302,
66  MAPI_E_TYPE_NO_SUPPORT = 0x80040303,
67  MAPI_E_UNEXPECTED_TYPE = 0x80040304,
68  MAPI_E_TOO_BIG = 0x80040305,
69  MAPI_E_DECLINE_COPY = 0x80040306,
70  MAPI_E_UNEXPECTED_ID = 0x80040307,
71  MAPI_W_ERRORS_RETURNED = 0x80040380,
72  MAPI_E_UNABLE_TO_COMPLETE = 0x80040400,
73  MAPI_E_TIMEOUT = 0x80040401,
74  MAPI_E_TABLE_EMPTY = 0x80040402,
75  MAPI_E_TABLE_TOO_BIG = 0x80040403,
76  MAPI_E_INVALID_BOOKMARK = 0x80040405,
77  MAPI_W_POSITION_CHANGED = 0x80040481,
78  MAPI_W_APPROX_COUNT = 0x80040482,
79  MAPI_E_WAIT = 0x80040500,
80  MAPI_E_CANCEL = 0x80040501,
81  MAPI_E_NOT_ME = 0x80040502,
82  MAPI_W_CANCEL_MESSAGE = 0x80040580,
83  MAPI_E_CORRUPT_STORE = 0x80040600,
84  MAPI_E_NOT_IN_QUEUE = 0x80040601,
85  MAPI_E_NO_SUPPRESS = 0x80040602,
86  MAPI_E_COLLISION = 0x80040604,
87  MAPI_E_NOT_INITIALIZED = 0x80040605,
88  MAPI_E_NON_STANDARD = 0x80040606,
89  MAPI_E_NO_RECIPIENTS = 0x80040607,
90  MAPI_E_SUBMITTED = 0x80040608,
91  MAPI_E_HAS_FOLDERS = 0x80040609,
92  MAPI_E_HAS_MESSAGES = 0x8004060A,
93  MAPI_E_FOLDER_CYCLE = 0x8004060B,
94  MAPI_W_PARTIAL_COMPLETION = 0x80040680,
95  MAPI_E_AMBIGUOUS_RECIP = 0x80040700,
96  MAPI_E_RESERVED = 0xFFFFFFFF
97 } MAPISTATUS;
98