ReactOS 0.4.16-dev-570-g1868985
|
#include "wine/test.h"
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winerror.h"
#include "winnt.h"
#include "mapiutil.h"
#include "mapitags.h"
#include "mapi32_test.h"
Go to the source code of this file.
Functions | |
static | SCODE (WINAPI *pScInitMapiUtil)(ULONG) |
static | void (WINAPI *pDeinitMapiUtil)(void) |
static | BOOL (WINAPI *pFBinFromHex)(LPWSTR |
static | UINT (WINAPI *pUFromSz)(LPCSTR) |
static | ULONG (WINAPI *pUlFromSzHex)(LPCSTR) |
static void | init_function_pointers (void) |
static void | test_SwapPword (void) |
static void | test_SwapPlong (void) |
static void | test_HexFromBin (void) |
static void | test_UFromSz (void) |
static void | test_UlFromSzHex (void) |
static void | test_CbOfEncoded (void) |
static void | test_IsBadBoundedStringPtr (void) |
START_TEST (util) | |
Variables | |
static HMODULE | hMapi32 = 0 |
static | ULONG |
static | int |
static | LPWSTR |
static | LPBYTE |
Definition at line 46 of file util.c.
Referenced by START_TEST().
START_TEST | ( | util | ) |
Definition at line 206 of file util.c.
Definition at line 169 of file util.c.
Referenced by START_TEST().
Definition at line 102 of file util.c.
Referenced by START_TEST().
Definition at line 193 of file util.c.
Referenced by START_TEST().
Definition at line 83 of file util.c.
Referenced by START_TEST().
Definition at line 64 of file util.c.
Referenced by START_TEST().
Definition at line 139 of file util.c.
Referenced by START_TEST().
Definition at line 154 of file util.c.
Referenced by START_TEST().
|
static |
Definition at line 31 of file util.c.
Referenced by init_function_pointers(), and START_TEST().