ReactOS 0.4.16-dev-91-g764881a
|
#include <msipriv.h>
Public Attributes | |
struct list | entry |
MSIFILE * | File |
INT | Sequence |
INT | PatchSize |
INT | Attributes |
BOOL | extracted |
UINT | disk_id |
WCHAR * | path |
INT tagMSIFILEPATCH::Attributes |
Definition at line 629 of file msipriv.h.
Referenced by ACTION_InstallFinalize(), and ACTION_PatchFiles().
UINT tagMSIFILEPATCH::disk_id |
Definition at line 631 of file msipriv.h.
Referenced by find_filepatch(), load_patch_disk_id(), and patchfiles_cb().
Definition at line 625 of file msipriv.h.
Referenced by free_package_structures().
BOOL tagMSIFILEPATCH::extracted |
Definition at line 630 of file msipriv.h.
Referenced by ACTION_PatchFiles(), find_filepatch(), and patchfiles_cb().
MSIFILE* tagMSIFILEPATCH::File |
Definition at line 626 of file msipriv.h.
Referenced by ACTION_InstallFinalize(), ACTION_PatchFiles(), find_filepatch(), msi_patch_assembly(), patch_file(), and patchfiles_cb().
WCHAR* tagMSIFILEPATCH::path |
Definition at line 632 of file msipriv.h.
Referenced by ACTION_InstallFinalize(), ACTION_PatchFiles(), free_package_structures(), patch_file(), and patchfiles_cb().
INT tagMSIFILEPATCH::Sequence |
Definition at line 627 of file msipriv.h.
Referenced by ACTION_PatchFiles(), and load_patch_disk_id().