ReactOS 0.4.15-dev-8614-gbc76250
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winreg.h"
#include "winnls.h"
#include "shlwapi.h"
#include "wine/debug.h"
#include "msi.h"
#include "msiquery.h"
#include "msipriv.h"
#include "wincrypt.h"
#include "winver.h"
#include "winuser.h"
#include "sddl.h"
Go to the source code of this file.
Classes | |
struct | tagMediaInfo |
Macros | |
#define | COBJMACROS |
Typedefs | |
typedef struct tagMediaInfo | media_info |
typedef struct tagMediaInfo media_info |
|
static |
Definition at line 947 of file source.c.
Referenced by fill_source_list(), and MsiSourceListAddSourceExW().
Definition at line 980 of file source.c.
Referenced by MsiSourceListAddSourceExW().
Definition at line 936 of file source.c.
Referenced by fill_source_list(), and MsiSourceListAddSourceExW().
UINT msi_set_last_used_source | ( | LPCWSTR | product, |
LPCWSTR | usersid, | ||
MSIINSTALLCONTEXT | context, | ||
DWORD | options, | ||
LPCWSTR | value | ||
) |
Definition at line 686 of file source.c.
Referenced by msi_publish_sourcelist(), and MsiSourceListSetInfoW().
UINT WINAPI MsiSourceListAddMediaDiskA | ( | LPCSTR | szProduct, |
LPCSTR | szUserSid, | ||
MSIINSTALLCONTEXT | dwContext, | ||
DWORD | dwOptions, | ||
DWORD | dwDiskId, | ||
LPCSTR | szVolumeLabel, | ||
LPCSTR | szDiskPrompt | ||
) |
Definition at line 1157 of file source.c.
Referenced by init_functionpointers().
UINT WINAPI MsiSourceListAddMediaDiskW | ( | const WCHAR * | szProduct, |
const WCHAR * | szUserSid, | ||
MSIINSTALLCONTEXT | dwContext, | ||
DWORD | dwOptions, | ||
DWORD | dwDiskId, | ||
const WCHAR * | szVolumeLabel, | ||
const WCHAR * | szDiskPrompt | ||
) |
Definition at line 1186 of file source.c.
Referenced by msi_publish_sourcelist(), and MsiSourceListAddMediaDiskA().
UINT WINAPI MsiSourceListAddSourceA | ( | LPCSTR | szProduct, |
LPCSTR | szUserName, | ||
DWORD | dwReserved, | ||
LPCSTR | szSource | ||
) |
Definition at line 892 of file source.c.
Referenced by init_functionpointers().
UINT WINAPI MsiSourceListAddSourceExA | ( | LPCSTR | szProduct, |
LPCSTR | szUserSid, | ||
MSIINSTALLCONTEXT | dwContext, | ||
DWORD | dwOptions, | ||
LPCSTR | szSource, | ||
DWORD | dwIndex | ||
) |
Definition at line 916 of file source.c.
Referenced by init_functionpointers().
UINT WINAPI MsiSourceListAddSourceExW | ( | const WCHAR * | szProduct, |
const WCHAR * | szUserSid, | ||
MSIINSTALLCONTEXT | dwContext, | ||
DWORD | dwOptions, | ||
const WCHAR * | szSource, | ||
DWORD | dwIndex | ||
) |
Definition at line 1034 of file source.c.
Referenced by msi_set_last_used_source(), MsiSourceListAddSourceExA(), and MsiSourceListAddSourceW().
UINT WINAPI MsiSourceListAddSourceW | ( | LPCWSTR | szProduct, |
LPCWSTR | szUserName, | ||
DWORD | dwReserved, | ||
LPCWSTR | szSource | ||
) |
Definition at line 828 of file source.c.
Referenced by MsiSourceListAddSourceA().
UINT WINAPI MsiSourceListClearAllA | ( | const char * | szProduct, |
const char * | szUserName, | ||
DWORD | dwReserved | ||
) |
UINT WINAPI MsiSourceListClearAllExA | ( | const char * | szProduct, |
const char * | szUserSid, | ||
MSIINSTALLCONTEXT | dwContext, | ||
DWORD | dwOptions | ||
) |
Definition at line 1266 of file source.c.
UINT WINAPI MsiSourceListClearAllExW | ( | const WCHAR * | szProduct, |
const WCHAR * | szUserSid, | ||
MSIINSTALLCONTEXT | dwContext, | ||
DWORD | dwOptions | ||
) |
Definition at line 1276 of file source.c.
UINT WINAPI MsiSourceListClearAllW | ( | const WCHAR * | szProduct, |
const WCHAR * | szUserName, | ||
DWORD | dwReserved | ||
) |
UINT WINAPI MsiSourceListClearSourceA | ( | const char * | szProductCodeOrPatchCode, |
const char * | szUserSid, | ||
MSIINSTALLCONTEXT | dwContext, | ||
DWORD | dwOptions, | ||
const char * | szSource | ||
) |
Definition at line 1286 of file source.c.
UINT WINAPI MsiSourceListClearSourceW | ( | const WCHAR * | szProductCodeOrPatchCode, |
const WCHAR * | szUserSid, | ||
MSIINSTALLCONTEXT | dwContext, | ||
DWORD | dwOptions, | ||
LPCWSTR | szSource | ||
) |
Definition at line 1297 of file source.c.
UINT WINAPI MsiSourceListEnumMediaDisksA | ( | const char * | szProductCodeOrPatchCode, |
const char * | szUserSid, | ||
MSIINSTALLCONTEXT | dwContext, | ||
DWORD | dwOptions, | ||
DWORD | dwIndex, | ||
DWORD * | pdwDiskId, | ||
char * | szVolumeLabel, | ||
DWORD * | pcchVolumeLabel, | ||
char * | szDiskPrompt, | ||
DWORD * | pcchDiskPrompt | ||
) |
Definition at line 144 of file source.c.
Referenced by init_functionpointers().
UINT WINAPI MsiSourceListEnumMediaDisksW | ( | const WCHAR * | szProductCodeOrPatchCode, |
const WCHAR * | szUserSid, | ||
MSIINSTALLCONTEXT | dwContext, | ||
DWORD | dwOptions, | ||
DWORD | dwIndex, | ||
DWORD * | pdwDiskId, | ||
WCHAR * | szVolumeLabel, | ||
DWORD * | pcchVolumeLabel, | ||
WCHAR * | szDiskPrompt, | ||
DWORD * | pcchDiskPrompt | ||
) |
Definition at line 198 of file source.c.
Referenced by find_published_source(), and MsiSourceListEnumMediaDisksA().
UINT WINAPI MsiSourceListEnumSourcesA | ( | const char * | szProductCodeOrPatch, |
const char * | szUserSid, | ||
MSIINSTALLCONTEXT | dwContext, | ||
DWORD | dwOptions, | ||
DWORD | dwIndex, | ||
char * | szSource, | ||
DWORD * | pcchSource | ||
) |
Definition at line 329 of file source.c.
Referenced by init_functionpointers().
UINT WINAPI MsiSourceListEnumSourcesW | ( | const WCHAR * | szProductCodeOrPatch, |
const WCHAR * | szUserSid, | ||
MSIINSTALLCONTEXT | dwContext, | ||
DWORD | dwOptions, | ||
DWORD | dwIndex, | ||
WCHAR * | szSource, | ||
DWORD * | pcchSource | ||
) |
Definition at line 398 of file source.c.
Referenced by find_published_source(), msi_set_last_used_source(), and MsiSourceListEnumSourcesA().
UINT WINAPI MsiSourceListForceResolutionA | ( | const char * | product, |
const char * | user, | ||
DWORD | reserved | ||
) |
UINT WINAPI MsiSourceListForceResolutionW | ( | const WCHAR * | product, |
const WCHAR * | user, | ||
DWORD | reserved | ||
) |
UINT WINAPI MsiSourceListGetInfoA | ( | LPCSTR | szProduct, |
LPCSTR | szUserSid, | ||
MSIINSTALLCONTEXT | dwContext, | ||
DWORD | dwOptions, | ||
LPCSTR | szProperty, | ||
LPSTR | szValue, | ||
LPDWORD | pcchValue | ||
) |
Definition at line 470 of file source.c.
Referenced by init_functionpointers().
UINT WINAPI MsiSourceListGetInfoW | ( | LPCWSTR | szProduct, |
LPCWSTR | szUserSid, | ||
MSIINSTALLCONTEXT | dwContext, | ||
DWORD | dwOptions, | ||
LPCWSTR | szProperty, | ||
LPWSTR | szValue, | ||
LPDWORD | pcchValue | ||
) |
Definition at line 523 of file source.c.
Referenced by ACTION_ResolveSource(), find_published_source(), init_functionpointers(), MsiConfigureFeatureW(), MsiConfigureProductExW(), MsiReinstallFeatureW(), MsiSourceListGetInfoA(), and open_package().
UINT WINAPI MsiSourceListSetInfoA | ( | LPCSTR | szProduct, |
LPCSTR | szUserSid, | ||
MSIINSTALLCONTEXT | dwContext, | ||
DWORD | dwOptions, | ||
LPCSTR | szProperty, | ||
LPCSTR | szValue | ||
) |
Definition at line 660 of file source.c.
Referenced by init_functionpointers().
UINT WINAPI MsiSourceListSetInfoW | ( | const WCHAR * | szProduct, |
const WCHAR * | szUserSid, | ||
MSIINSTALLCONTEXT | dwContext, | ||
DWORD | dwOptions, | ||
const WCHAR * | szProperty, | ||
const WCHAR * | szValue | ||
) |
Definition at line 748 of file source.c.
Referenced by msi_publish_sourcelist(), and MsiSourceListSetInfoA().
Definition at line 105 of file source.c.
Referenced by MsiSourceListAddMediaDiskW(), MsiSourceListAddSourceExW(), MsiSourceListEnumMediaDisksW(), MsiSourceListGetInfoW(), and MsiSourceListSetInfoW().
Definition at line 117 of file source.c.
Referenced by MsiSourceListAddSourceExW(), and MsiSourceListEnumSourcesW().
|
static |
Definition at line 53 of file source.c.
Referenced by msi_set_last_used_source(), MsiSourceListAddMediaDiskW(), MsiSourceListAddSourceExW(), MsiSourceListEnumMediaDisksW(), MsiSourceListEnumSourcesW(), MsiSourceListGetInfoW(), and MsiSourceListSetInfoW().
Definition at line 129 of file source.c.
Referenced by MsiSourceListAddSourceExW(), and MsiSourceListEnumSourcesW().
WINE_DEFAULT_DEBUG_CHANNEL | ( | msi | ) |