mapi32: Add a prototype for MAPIAdminProfiles.
[wine] / include / mapix.h
1 /*
2  * Copyright 2004 Jon Griffiths
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Lesser General Public
6  * License as published by the Free Software Foundation; either
7  * version 2.1 of the License, or (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  * Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public
15  * License along with this library; if not, write to the Free Software
16  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17  */
18
19 #ifndef MAPIX_H
20 #define MAPIX_H
21
22 #ifndef MAPIDEFS_H
23 #include <mapidefs.h>
24 #endif
25 #ifndef MAPICODE_H
26 #include <mapicode.h>
27 #endif
28 #ifndef MAPIGUID_H
29 #include <mapiguid.h>
30 #endif
31 #ifndef MAPITAGS_H
32 #include <mapitags.h>
33 #endif
34
35 #ifdef __cplusplus
36 extern "C" {
37 #endif
38
39 typedef struct IProfAdmin IProfAdmin;
40 typedef IProfAdmin *LPPROFADMIN;
41 typedef struct IMsgServiceAdmin IMsgServiceAdmin;
42 typedef IMsgServiceAdmin *LPSERVICEADMIN;
43 typedef struct IMAPISession *LPMAPISESSION;
44
45 #ifndef WINE_FLAGS_DEFINED
46 #define WINE_FLAGS_DEFINED
47 typedef unsigned long           FLAGS;
48 #endif
49
50 /* Flags for MAPILogon and MAPILogonEx */
51 #ifndef MAPI_LOGON_UI
52 #define MAPI_LOGON_UI           0x00000001
53 #endif
54 #ifndef MAPI_NEW_SESSION
55 #define MAPI_NEW_SESSION        0x00000002
56 #endif
57 #define MAPI_ALLOW_OTHERS       0x00000008
58 #define MAPI_EXPLICIT_PROFILE   0x00000010
59 #ifndef MAPI_EXTENDED
60 #define MAPI_EXTENDED           0x00000020
61 #endif
62 #ifndef MAPI_FORCE_DOWNLOAD
63 #define MAPI_FORCE_DOWNLOAD     0x00001000
64 #endif
65 #ifndef MAPI_PASSWORD_UI
66 #define MAPI_PASSWORD_UI        0x00020000
67 #endif
68 #define MAPI_SERVICE_UI_ALWAYS  0x00002000
69 #define MAPI_NO_MAIL            0x00008000
70 #define MAPI_NT_SERVICE         0x00010000
71 #define MAPI_TIMEOUT_SHORT      0x00100000
72
73 #define MAPI_SIMPLE_DEFAULT  (MAPI_LOGON_UI|MAPI_ALLOW_OTHERS|MAPI_FORCE_DOWNLOAD)
74 #define MAPI_SIMPLE_EXPLICIT (MAPI_NEW_SESSION|MAPI_EXPLICIT_PROFILE|MAPI_FORCE_DOWNLOAD)
75
76 typedef struct tagMAPIINIT_0
77 {
78     ULONG ulVersion;
79     ULONG ulFlags;
80 } MAPIINIT_0, *LPMAPIINIT_0;
81
82 typedef MAPIINIT_0 MAPIINIT, *LPMAPIINIT;
83
84 #define MAPI_INIT_VERSION 0U
85
86 typedef HRESULT (WINAPI MAPIINITIALIZE)(void*);
87 typedef MAPIINITIALIZE *LPMAPIINITIALIZE;
88 MAPIINITIALIZE MAPIInitialize;
89
90 typedef void (WINAPI MAPIUNINITIALIZE)(void);
91 typedef MAPIUNINITIALIZE *LPMAPIUNINITIALIZE;
92 MAPIUNINITIALIZE MAPIUninitialize;
93
94 #if defined (UNICODE) || defined (__WINESRC__)
95 typedef HRESULT (STDMETHODCALLTYPE MAPILOGONEX)(ULONG_PTR,LPWSTR,LPWSTR,ULONG,LPMAPISESSION*);
96 #else
97 typedef HRESULT (STDMETHODCALLTYPE MAPILOGONEX)(ULONG_PTR,LPSTR,LPSTR,ULONG,LPMAPISESSION *);
98 #endif
99 typedef MAPILOGONEX *LPMAPILOGONEX;
100 MAPILOGONEX MAPILogonEx;
101
102 typedef SCODE (WINAPI MAPIALLOCATEBUFFER)(ULONG,LPVOID*);
103 typedef MAPIALLOCATEBUFFER *LPMAPIALLOCATEBUFFER;
104 MAPIALLOCATEBUFFER MAPIAllocateBuffer;
105
106 typedef SCODE (WINAPI MAPIALLOCATEMORE)(ULONG,LPVOID,LPVOID*);
107 typedef MAPIALLOCATEMORE *LPMAPIALLOCATEMORE;
108 MAPIALLOCATEMORE MAPIAllocateMore;
109
110 #ifndef MAPIFREEBUFFER_DEFINED
111 #define MAPIFREEBUFFER_DEFINED
112 typedef ULONG (WINAPI MAPIFREEBUFFER)(LPVOID);
113 typedef MAPIFREEBUFFER *LPMAPIFREEBUFFER;
114 MAPIFREEBUFFER MAPIFreeBuffer;
115 #endif
116
117 typedef HRESULT (WINAPI MAPIADMINPROFILES)(ULONG,LPPROFADMIN*);
118 typedef MAPIADMINPROFILES *LPMAPIADMINPROFILES;
119 MAPIADMINPROFILES MAPIAdminProfiles;
120
121 /*****************************************************************************
122  * IMAPISession interface
123  */
124 #define INTERFACE IMAPISession
125 DECLARE_INTERFACE_(IMAPISession,IUnknown)
126 {
127     /*** IUnknown methods ***/
128     STDMETHOD_(HRESULT,QueryInterface)(THIS_ REFIID riid, void** ppvObject) PURE;
129     STDMETHOD_(ULONG,AddRef)(THIS) PURE;
130     STDMETHOD_(ULONG,Release)(THIS) PURE;
131     /*** IMAPISession methods ***/
132     STDMETHOD(GetLastError)(THIS_ HRESULT hResult, ULONG ulFlags, LPMAPIERROR *lppMAPIError) PURE;
133     STDMETHOD(GetMsgStoresTable)(THIS_ ULONG ulFlags, LPMAPITABLE *lppTable) PURE;
134     STDMETHOD(OpenMsgStore)(THIS_ ULONG_PTR ulUIParam, ULONG cbId,
135                             LPENTRYID lpId, LPCIID lpIFace, ULONG ulFlags, LPMDB *lppMDB) PURE;
136     STDMETHOD(OpenAddressBook)(THIS_ ULONG_PTR ulUIParam, LPCIID iid, ULONG ulFlags, LPADRBOOK *lppAdrBook) PURE;
137     STDMETHOD(OpenProfileSection)(THIS_ LPMAPIUID lpUID, LPCIID iid, ULONG ulFlags, LPPROFSECT *lppProf) PURE;
138     STDMETHOD(GetStatusTable)(THIS_ ULONG ulFlags, LPMAPITABLE *lppTable) PURE;
139     STDMETHOD(OpenEntry)(THIS_ ULONG cbId, LPENTRYID lpId, LPCIID iid,
140                          ULONG ulFlags, ULONG *lpType, LPUNKNOWN *lppUnk) PURE;
141     STDMETHOD(CompareEntryIDs)(THIS_ ULONG cbLID, LPENTRYID lpLID, ULONG cbRID,
142                                LPENTRYID lpRID, ULONG ulFlags, ULONG *lpRes) PURE;
143     STDMETHOD(Advise)(THIS_ ULONG cbId, LPENTRYID lpId, ULONG ulMask,
144                       LPMAPIADVISESINK lpSink, ULONG *lpCxn) PURE;
145     STDMETHOD(Unadvise)(THIS_ ULONG ulConnection) PURE;
146     STDMETHOD(MessageOptions)(THIS_ ULONG_PTR ulUIParam, ULONG ulFlags, LPSTR lpszAddr, LPMESSAGE lpMsg) PURE;
147     STDMETHOD(QueryDefaultMessageOpt)(THIS_ LPSTR lpszAddr, ULONG ulFlags,
148                                       ULONG *lpcVals, LPSPropValue *lppOpts) PURE;
149     STDMETHOD(EnumAdrTypes)(THIS_ ULONG ulFlags, ULONG *lpcTypes, LPSTR **lpppszTypes) PURE;
150     STDMETHOD(QueryIdentity)(THIS_ ULONG *lpcbId, LPENTRYID *lppEntryID) PURE;
151     STDMETHOD(Logoff)(THIS_ ULONG_PTR ulUIParam, ULONG ulFlags, ULONG ulReserved) PURE;
152     STDMETHOD(SetDefaultStore)(THIS_ ULONG ulFlags, ULONG cbId, LPENTRYID lpId) PURE;
153     STDMETHOD(AdminServices)(THIS_ ULONG ulFlags, LPSERVICEADMIN *lppAdmin) PURE;
154     STDMETHOD(ShowForm)(THIS_ ULONG_PTR ulUIParam, LPMDB lpStore,
155                         LPMAPIFOLDER lpParent, LPCIID iid, ULONG ulToken,
156                         LPMESSAGE lpSent, ULONG ulFlags, ULONG ulStatus,
157                         ULONG ulMsgFlags, ULONG ulAccess, LPSTR lpszClass) PURE;
158     STDMETHOD(PrepareForm)(THIS_ LPCIID lpIFace, LPMESSAGE lpMsg, ULONG *lpToken) PURE;
159 };
160 #undef INTERFACE
161
162 #if !defined(__cplusplus) || defined(CINTERFACE)
163         /*** IUnknown methods ***/
164 #define IMAPISession_QueryInterface(p,a,b)          (p)->lpVtbl->QueryInterface(p,a,b)
165 #define IMAPISession_AddRef(p)                      (p)->lpVtbl->AddRef(p)
166 #define IMAPISession_Release(p)                     (p)->lpVtbl->Release(p)
167         /*** IMAPISession methods ***/
168 #define IMAPISession_GetLastError(p,a,b,c)          (p)->lpVtbl->GetLastError(p,a,b,c)
169 #define IMAPISession_GetMsgStoresTable(p,a,b)       (p)->lpVtbl->GetMsgStoresTable(p,a,b)
170 #define IMAPISession_OpenMsgStore(p,a,b,c,d,e,f)    (p)->lpVtbl->OpenMsgStore(p,a,b,c,d,e,f)
171 #define IMAPISession_OpenAddressBook(p,a,b,c,d)     (p)->lpVtbl->OpenAddressBook(p,a,b,c,d)
172 #define IMAPISession_OpenProfileSection(p,a,b,c,d)  (p)->lpVtbl->OpenProfileSection(p,a,b,c,d)
173 #define IMAPISession_GetStatusTable(p,a,b)          (p)->lpVtbl->GetStatusTable(p,a,b)
174 #define IMAPISession_OpenEntry(p,a,b,c,d,e,f)       (p)->lpVtbl->OpenEntry(p,a,b,c,d,e,f)
175 #define IMAPISession_CompareEntryIDs(p,a,b,c,d,e,f) (p)->lpVtbl->CompareEntryIDs(p,a,b,c,d,e,f)
176 #define IMAPISession_Advise(p,a,b,c,d,e)            (p)->lpVtbl->Advise(p,a,b,c,d,e)
177 #define IMAPISession_Unadvise(p,a)                  (p)->lpVtbl->Unadvise(p,a)
178 #define IMAPISession_MessageOptions(p,a,b,c,d)      (p)->lpVtbl->MessageOptions)(p,a,b,c,d)
179 #define IMAPISession_QueryDefaultMessageOpt(p,a,b,c,d) \
180                                                     (p)->lpVtbl->QueryDefaultMessageOpt(p,a,b,c,d)
181 #define IMAPISession_EnumAdrTypes(p,a,b,c)          (p)->lpVtbl->EnumAdrTypes(p,a,b,c)
182 #define IMAPISession_QueryIdentity(p,a,b)           (p)->lpVtbl->QueryIdentity(p,a,b)
183 #define IMAPISession_Logoff(p,a,b,c)                (p)->lpVtbl->Logoff(p,a,b,c)
184 #define IMAPISession_SetDefaultStore(p,a,b,c)       (p)->lpVtbl->SetDefaultStore(p,a,b,c)
185 #define IMAPISession_AdminServices(p,a,b)           (p)->lpVtbl->AdminServices(p,a,b)
186 #define IMAPISession_ShowForm(p,a,b,c,d,e,f,g,h,i,j,k) \
187                                                     (p)->lpVtbl->ShowForm(p,a,b,c,d,e,f,g,h,i,j,k)
188 #define IMAPISession_PrepareForm(p,a,b,c)           (p)->lpVtbl->PrepareForm(p,a,b,c)
189 #endif
190
191 #ifdef __cplusplus
192 }
193 #endif
194
195 #endif /* MAPIX_H */