mapi32: Add a prototype for MAPIAdminProfiles.

This commit is contained in:
Francois Gouget 2007-08-04 03:23:23 +02:00 committed by Alexandre Julliard
parent a4bbc85853
commit 0c019a5e77
1 changed files with 4 additions and 0 deletions

View File

@ -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
*/ */