ReactOS
0.4.15-dev-4874-g57c84dd
|
#include <stdarg.h>
#include <stdio.h>
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winuser.h"
#include "winerror.h"
#include "winternl.h"
#include "objbase.h"
#include "shlwapi.h"
#include "wine/debug.h"
#include "mapival.h"
#include "xcmc.h"
#include "msi.h"
#include "util.h"
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
Typedefs | |
typedef LPVOID * | LPMAPIALLOCBUFFER |
Variables | |
static const BYTE | digitsToHex [] |
MAPI_FUNCTIONS | mapiFunctions |
static HMODULE | mapi_provider |
static HMODULE | mapi_ex_provider |
typedef LPVOID* LPMAPIALLOCBUFFER |
CMC_return_code WINAPI cmc_query_configuration | ( | CMC_session_id | session, |
CMC_enum | item, | ||
CMC_buffer | reference, | ||
CMC_extension * | config_extensions | ||
) |
BOOL WINAPI FBadEntryList | ( | LPENTRYLIST | lpEntryList | ) |
Definition at line 796 of file util.c.
Referenced by FBadProp().
BOOL WINAPI FEqualNames | ( | LPMAPINAMEID | lpName1, |
LPMAPINAMEID | lpName2 | ||
) |
BOOL WINAPI FGetComponentPath | ( | LPCSTR | component, |
LPCSTR | qualifier, | ||
LPSTR | dll_path, | ||
DWORD | dll_path_length, | ||
BOOL | install | ||
) |
Definition at line 880 of file util.c.
HRESULT WINAPI HrQueryAllRows | ( | LPMAPITABLE | lpTable, |
LPSPropTagArray | lpPropTags, | ||
LPSRestriction | lpRestriction, | ||
LPSSortOrderSet | lpSortOrderSet, | ||
LONG | crowsMax, | ||
LPSRowSet * | lppRows | ||
) |
Definition at line 933 of file util.c.
HRESULT WINAPI HrThisThreadAdviseSink | ( | LPMAPIADVISESINK | lpSink, |
LPMAPIADVISESINK * | lppNewSink | ||
) |
Definition at line 514 of file util.c.
Definition at line 967 of file util.c.
Referenced by load_mapi_providers().
Definition at line 1023 of file util.c.
Referenced by DllMain().
Definition at line 125 of file util.c.
Referenced by MAPIAllocateMore().
Definition at line 168 of file util.c.
Definition at line 207 of file util.c.
HRESULT WINAPI OpenStreamOnFile | ( | LPALLOCATEBUFFER | lpAlloc, |
LPFREEBUFFER | lpFree, | ||
ULONG | ulFlags, | ||
LPWSTR | lpszPath, | ||
LPWSTR | lpszPrefix, | ||
LPSTREAM * | lppStream | ||
) |
Definition at line 712 of file util.c.
Definition at line 67 of file util.c.
Definition at line 364 of file util.c.
Definition at line 384 of file util.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | mapi | ) |
HRESULT WINAPI WrapCompressedRTFStream | ( | LPSTREAM | compressed, |
ULONG | flags, | ||
LPSTREAM * | uncompressed | ||
) |
Definition at line 43 of file util.c.
Referenced by FBinFromHex(), and UlFromSzHex().
|
static |
Definition at line 958 of file util.c.
Referenced by load_mapi_providers(), and unload_mapi_providers().
|
static |
Definition at line 957 of file util.c.
Referenced by load_mapi_provider(), load_mapi_providers(), and unload_mapi_providers().
MAPI_FUNCTIONS mapiFunctions |
Definition at line 49 of file util.c.
Referenced by DeinitMapiUtil(), DllCanUnloadNow(), DllGetClassObject(), FGetComponentPath(), HrQueryAllRows(), HrThisThreadAdviseSink(), load_mapi_providers(), MAPIAddress(), MAPIAdminProfiles(), MAPIAllocateBuffer(), MAPIAllocateMore(), MAPIDeleteMail(), MAPIDetails(), MAPIFindNext(), MAPIFreeBuffer(), MAPIGetDefaultMalloc(), MAPIInitialize(), MAPILogoff(), MAPILogon(), MAPILogonEx(), MAPIOpenLocalFormContainer(), MAPIReadMail(), MAPIResolveName(), MAPISaveMail(), MAPISendDocuments(), MAPISendMail(), MAPISendMailW(), MAPIUninitialize(), OpenStreamOnFile(), ScInitMapiUtil(), and WrapCompressedRTFStream().