ReactOS 0.4.16-dev-297-gc569aee
|
#include <stdio.h>
#include <windows.h>
#include <shlwapi.h>
#include <msi.h>
#include <msiquery.h>
#include "wine/test.h"
Go to the source code of this file.
Functions | |
static UINT | package_from_db (MSIHANDLE hdb, MSIHANDLE *handle) |
static UINT | helper_createpackage (const char *szName, MSIHANDLE *handle) |
static void | test_createpackage (void) |
static void | test_formatrecord (void) |
static void | test_formatrecord_package (void) |
static void | test_processmessage (void) |
START_TEST (format) | |
Variables | |
static const char | msifile [] = "winetest-format.msi" |
Definition at line 54 of file format.c.
Referenced by test_createpackage(), test_formatrecord_package(), and test_processmessage().
Definition at line 32 of file format.c.
Referenced by helper_createpackage().
START_TEST | ( | format | ) |
Definition at line 2337 of file format.c.
Definition at line 124 of file format.c.
Referenced by START_TEST().
Definition at line 143 of file format.c.
Referenced by START_TEST().
Definition at line 1713 of file format.c.
Referenced by START_TEST().
Definition at line 2271 of file format.c.
Referenced by START_TEST().
Definition at line 30 of file format.c.
Referenced by test_createpackage(), test_formatrecord_package(), and test_processmessage().