|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 | media_info |
Macros | |
| #define | COBJMACROS |
|
static |
Definition at line 947 of file source.c.
Referenced by fill_source_list(), and MsiSourceListAddSourceExW().
Definition at line 979 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 MsiSourceListSetInfoW(), and publish_sourcelist().
| UINT WINAPI MsiSourceListAddMediaDiskA | ( | LPCSTR | szProduct, |
| LPCSTR | szUserSid, | ||
| MSIINSTALLCONTEXT | dwContext, | ||
| DWORD | dwOptions, | ||
| DWORD | dwDiskId, | ||
| LPCSTR | szVolumeLabel, | ||
| LPCSTR | szDiskPrompt | ||
| ) |
Definition at line 1156 of file source.c.
Referenced by test_MsiSourceListAddMediaDisk().
| UINT WINAPI MsiSourceListAddMediaDiskW | ( | const WCHAR * | szProduct, |
| const WCHAR * | szUserSid, | ||
| MSIINSTALLCONTEXT | dwContext, | ||
| DWORD | dwOptions, | ||
| DWORD | dwDiskId, | ||
| const WCHAR * | szVolumeLabel, | ||
| const WCHAR * | szDiskPrompt | ||
| ) |
Definition at line 1185 of file source.c.
Referenced by MsiSourceListAddMediaDiskA(), and publish_sourcelist().
| UINT WINAPI MsiSourceListAddSourceA | ( | LPCSTR | szProduct, |
| LPCSTR | szUserName, | ||
| DWORD | dwReserved, | ||
| LPCSTR | szSource | ||
| ) |
Definition at line 892 of file source.c.
Referenced by test_MsiSourceListAddSource().
| 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 test_MsiSourceListAddSourceEx().
| UINT WINAPI MsiSourceListAddSourceExW | ( | const WCHAR * | szProduct, |
| const WCHAR * | szUserSid, | ||
| MSIINSTALLCONTEXT | dwContext, | ||
| DWORD | dwOptions, | ||
| const WCHAR * | szSource, | ||
| DWORD | dwIndex | ||
| ) |
Definition at line 1033 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 1265 of file source.c.
| UINT WINAPI MsiSourceListClearAllExW | ( | const WCHAR * | szProduct, |
| const WCHAR * | szUserSid, | ||
| MSIINSTALLCONTEXT | dwContext, | ||
| DWORD | dwOptions | ||
| ) |
Definition at line 1275 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 1285 of file source.c.
| UINT WINAPI MsiSourceListClearSourceW | ( | const WCHAR * | szProductCodeOrPatchCode, |
| const WCHAR * | szUserSid, | ||
| MSIINSTALLCONTEXT | dwContext, | ||
| DWORD | dwOptions, | ||
| LPCWSTR | szSource | ||
| ) |
Definition at line 1296 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 test_MsiSourceListEnumMediaDisks().
| 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 test_MsiSourceListEnumSources(), and test_publish_sourcelist().
| 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 test_lastusedsource(), test_MsiSourceListGetInfo(), and test_publish_sourcelist().
| 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(), MsiConfigureFeatureW(), MsiConfigureProductExW(), MsiReinstallFeatureW(), MsiSourceListGetInfoA(), open_package(), and test_MsiSourceListGetInfo().
| 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 test_MsiSourceListSetInfo().
| 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 MsiSourceListSetInfoA(), and publish_sourcelist().
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 | ) |