ReactOS 0.4.15-dev-7934-g1dc8d80
tagMSIFILEPATCH Struct Reference

#include <msipriv.h>

Collaboration diagram for tagMSIFILEPATCH:

Public Attributes

struct list entry
 
MSIFILEFile
 
INT Sequence
 
INT PatchSize
 
INT Attributes
 
BOOL extracted
 
UINT disk_id
 
WCHARpath
 

Detailed Description

Definition at line 623 of file msipriv.h.

Member Data Documentation

◆ Attributes

INT tagMSIFILEPATCH::Attributes

Definition at line 629 of file msipriv.h.

Referenced by ACTION_PatchFiles().

◆ disk_id

UINT tagMSIFILEPATCH::disk_id

Definition at line 631 of file msipriv.h.

Referenced by find_filepatch(), load_patch_disk_id(), and patchfiles_cb().

◆ entry

struct list tagMSIFILEPATCH::entry

Definition at line 625 of file msipriv.h.

Referenced by free_package_structures().

◆ extracted

BOOL tagMSIFILEPATCH::extracted

Definition at line 630 of file msipriv.h.

Referenced by ACTION_PatchFiles(), find_filepatch(), and patchfiles_cb().

◆ File

MSIFILE* tagMSIFILEPATCH::File

◆ PatchSize

INT tagMSIFILEPATCH::PatchSize

Definition at line 628 of file msipriv.h.

◆ path

WCHAR* tagMSIFILEPATCH::path

Definition at line 632 of file msipriv.h.

Referenced by ACTION_PatchFiles(), free_package_structures(), patch_file(), and patchfiles_cb().

◆ Sequence

INT tagMSIFILEPATCH::Sequence

Definition at line 627 of file msipriv.h.

Referenced by ACTION_PatchFiles(), and load_patch_disk_id().


The documentation for this struct was generated from the following file: