ReactOS
0.4.15-dev-2106-g6de3300
|
#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 606 of file msipriv.h.
Referenced by ACTION_PatchFiles().
UINT tagMSIFILEPATCH::disk_id |
Definition at line 608 of file msipriv.h.
Referenced by find_filepatch(), load_patch_disk_id(), and patchfiles_cb().
Definition at line 602 of file msipriv.h.
Referenced by free_package_structures().
BOOL tagMSIFILEPATCH::extracted |
Definition at line 607 of file msipriv.h.
Referenced by ACTION_PatchFiles(), find_filepatch(), and patchfiles_cb().
MSIFILE* tagMSIFILEPATCH::File |
Definition at line 603 of file msipriv.h.
Referenced by ACTION_PatchFiles(), find_filepatch(), patch_assembly(), patch_file(), and patchfiles_cb().
WCHAR* tagMSIFILEPATCH::path |
Definition at line 609 of file msipriv.h.
Referenced by ACTION_PatchFiles(), free_package_structures(), patch_file(), and patchfiles_cb().
INT tagMSIFILEPATCH::Sequence |
Definition at line 604 of file msipriv.h.
Referenced by ACTION_PatchFiles(), and load_patch_disk_id().