ReactOS 0.4.16-dev-106-g10b08aa
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "objbase.h"
#include "shlwapi.h"
#include "wine/debug.h"
#include "msipriv.h"
Go to the source code of this file.
Classes | |
struct | transform_desc |
struct | patch_offset |
struct | patch_offset_list |
struct | patch_media |
Macros | |
#define | COBJMACROS |
Variables | |
static const WCHAR | patch_media_query [] |
|
static |
Definition at line 834 of file patch.c.
Referenced by apply_patch_package(), and msi_apply_registered_patch().
|
static |
Definition at line 875 of file patch.c.
Referenced by msi_apply_patches().
|
static |
Definition at line 259 of file patch.c.
Referenced by apply_patch_db(), and msi_apply_transforms().
|
static |
Definition at line 120 of file patch.c.
Referenced by apply_substorage_transform().
|
static |
|
static |
Definition at line 807 of file patch.c.
Referenced by apply_patch_db().
|
static |
Definition at line 34 of file patch.c.
Referenced by check_transform_applicable().
UINT msi_apply_patches | ( | MSIPACKAGE * | package | ) |
Definition at line 932 of file patch.c.
Referenced by MSI_InstallPackage().
UINT msi_apply_registered_patch | ( | MSIPACKAGE * | package, |
LPCWSTR | patch_code | ||
) |
Definition at line 990 of file patch.c.
Referenced by MSI_OpenPackageW().
UINT msi_apply_transforms | ( | MSIPACKAGE * | package | ) |
Definition at line 950 of file patch.c.
Referenced by MSI_InstallPackage().
UINT msi_check_patch_applicable | ( | MSIPACKAGE * | package, |
MSISUMMARYINFO * | si | ||
) |
Definition at line 294 of file patch.c.
Referenced by apply_patch_package(), and MSI_ApplicablePatchW().
void msi_free_patchinfo | ( | MSIPATCHINFO * | patch | ) |
Definition at line 865 of file patch.c.
Referenced by apply_patch_package(), free_package_structures(), and msi_apply_registered_patch().
|
static |
Definition at line 318 of file patch.c.
Referenced by apply_patch_package(), and msi_apply_registered_patch().
|
static |
Definition at line 65 of file patch.c.
Referenced by check_transform_applicable().
|
static |
Definition at line 644 of file patch.c.
Referenced by apply_patch_db().
|
static |
Definition at line 441 of file patch.c.
Referenced by patch_set_offsets().
|
static |
Definition at line 475 of file patch.c.
Referenced by patch_set_offsets().
|
static |
Definition at line 414 of file patch.c.
Referenced by patch_set_offsets().
|
static |
Definition at line 424 of file patch.c.
Referenced by patch_set_offsets().
|
static |
Definition at line 574 of file patch.c.
Referenced by patch_set_offsets().
|
static |
Definition at line 369 of file patch.c.
Referenced by apply_patch_db().
|
static |
Definition at line 751 of file patch.c.
Referenced by apply_patch_db().
|
static |
Definition at line 512 of file patch.c.
Referenced by patch_offset_modify_db().
|
static |
Definition at line 533 of file patch.c.
Referenced by patch_offset_modify_db().
WINE_DEFAULT_DEBUG_CHANNEL | ( | msi | ) |
Definition at line 630 of file patch.c.
Referenced by patch_add_media(), and patch_set_offsets().