Commit 0c019a5e authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

mapi32: Add a prototype for MAPIAdminProfiles.

parent a4bbc858
...@@ -114,6 +114,10 @@ typedef MAPIFREEBUFFER *LPMAPIFREEBUFFER; ...@@ -114,6 +114,10 @@ typedef MAPIFREEBUFFER *LPMAPIFREEBUFFER;
MAPIFREEBUFFER MAPIFreeBuffer; MAPIFREEBUFFER MAPIFreeBuffer;
#endif #endif
typedef HRESULT (WINAPI MAPIADMINPROFILES)(ULONG,LPPROFADMIN*);
typedef MAPIADMINPROFILES *LPMAPIADMINPROFILES;
MAPIADMINPROFILES MAPIAdminProfiles;
/***************************************************************************** /*****************************************************************************
* IMAPISession interface * IMAPISession interface
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment