/* * Jitsi, the OpenSource Java VoIP and Instant Messaging client. * * Distributable under LGPL license. * See terms of license at gnu.org. */ #ifndef _NET_JAVA_SIP_COMMUNICATOR_PLUGIN_ADDRBOOK_MSOUTLOOK_MSOUTLOOKUTILS_H_ #define _NET_JAVA_SIP_COMMUNICATOR_PLUGIN_ADDRBOOK_MSOUTLOOK_MSOUTLOOKUTILS_H_ #include #include HRESULT MsOutlookUtils_getFolderEntryIDByType (LPMDB msgStore, ULONG folderEntryIDByteCount, LPENTRYID folderEntryID, ULONG *contactsFolderEntryIDByteCount, LPENTRYID *contactsFolderEntryID, ULONG flags, ULONG type); HRESULT MsOutlookUtils_HrGetOneProp( LPMAPIPROP mapiProp, ULONG propTag, LPSPropValue *prop); jobjectArray MsOutlookUtils_IMAPIProp_GetProps( JNIEnv *jniEnv, jclass clazz, jstring entryId, jlongArray propIds, jlong flags, UUID UUID_Address); #endif