ReactOS 0.4.15-dev-7089-gea8a49d
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "msi.h"
#include "msiquery.h"
#include "msidefs.h"
#include "winver.h"
#include "shlwapi.h"
#include "wine/debug.h"
#include "msipriv.h"
Go to the source code of this file.
Classes | |
struct | tagMSISIGNATURE |
Macros | |
#define | COBJMACROS |
Typedefs | |
typedef struct tagMSISIGNATURE | MSISIGNATURE |
#define COBJMACROS |
Definition at line 22 of file appsearch.c.
typedef struct tagMSISIGNATURE MSISIGNATURE |
UINT ACTION_AppSearch | ( | MSIPACKAGE * | package | ) |
Definition at line 1071 of file appsearch.c.
UINT ACTION_CCPSearch | ( | MSIPACKAGE * | package | ) |
Definition at line 1118 of file appsearch.c.
|
static |
Definition at line 847 of file appsearch.c.
Referenced by main(), and search_directory().
|
static |
Definition at line 297 of file appsearch.c.
Referenced by search_reg().
|
static |
Definition at line 560 of file appsearch.c.
Referenced by search_dr().
|
static |
Definition at line 715 of file appsearch.c.
Referenced by recurse_search_directory().
|
static |
Definition at line 655 of file appsearch.c.
Referenced by file_matches_sig().
|
static |
Definition at line 471 of file appsearch.c.
Referenced by search_ini().
|
static |
Definition at line 83 of file appsearch.c.
Referenced by search_sig_name().
Definition at line 860 of file appsearch.c.
Referenced by search_directory().
Definition at line 1036 of file appsearch.c.
Referenced by ACTION_AppSearch().
Definition at line 1093 of file appsearch.c.
Referenced by ACTION_CCPSearch().
Definition at line 619 of file appsearch.c.
Referenced by file_version_matches().
Definition at line 52 of file appsearch.c.
Referenced by check_transform_applicable(), get_signature(), msi_compare_file_versions(), and msi_compare_font_versions().
Definition at line 590 of file appsearch.c.
Referenced by match_languages().
|
static |
Definition at line 760 of file appsearch.c.
Referenced by recurse_search_directory(), and search_directory().
|
static |
Definition at line 223 of file appsearch.c.
Referenced by search_sig_name().
|
static |
Definition at line 874 of file appsearch.c.
Referenced by search_dr(), search_ini(), and search_reg().
|
static |
Definition at line 938 of file appsearch.c.
Referenced by search_sig_name().
|
static |
Definition at line 157 of file appsearch.c.
Referenced by search_components(), search_ini(), and search_reg().
|
static |
Definition at line 497 of file appsearch.c.
Referenced by search_sig_name().
|
static |
Definition at line 346 of file appsearch.c.
Referenced by search_sig_name().
|
static |
Definition at line 1013 of file appsearch.c.
Referenced by ITERATE_AppSearch(), ITERATE_CCPSearch(), and search_dr().
WINE_DEFAULT_DEBUG_CHANNEL | ( | msi | ) |