ReactOS 0.4.15-dev-7942-gd23573b
tagMSIFILE Struct Reference

#include <msipriv.h>

Collaboration diagram for tagMSIFILE:

Public Attributes

struct list entry
 
LPWSTR File
 
MSICOMPONENTComponent
 
LPWSTR FileName
 
LPWSTR ShortName
 
LPWSTR LongName
 
INT FileSize
 
LPWSTR Version
 
LPWSTR Language
 
INT Attributes
 
INT Sequence
 
msi_file_state state
 
LPWSTR TargetPath
 
BOOL IsCompressed
 
MSIFILEHASHINFO hash
 
UINT disk_id
 

Detailed Description

Definition at line 603 of file msipriv.h.

Member Data Documentation

◆ Attributes

INT tagMSIFILE::Attributes

Definition at line 614 of file msipriv.h.

Referenced by patchfiles_cb().

◆ Component

MSICOMPONENT* tagMSIFILE::Component

◆ disk_id

UINT tagMSIFILE::disk_id

Definition at line 620 of file msipriv.h.

◆ entry

struct list tagMSIFILE::entry

Definition at line 605 of file msipriv.h.

◆ File

LPWSTR tagMSIFILE::File

Definition at line 606 of file msipriv.h.

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

◆ FileName

LPWSTR tagMSIFILE::FileName

Definition at line 608 of file msipriv.h.

Referenced by ITERATE_InstallODBCDriver(), and ITERATE_InstallODBCTranslator().

◆ FileSize

INT tagMSIFILE::FileSize

Definition at line 611 of file msipriv.h.

◆ hash

MSIFILEHASHINFO tagMSIFILE::hash

Definition at line 619 of file msipriv.h.

◆ IsCompressed

BOOL tagMSIFILE::IsCompressed

Definition at line 618 of file msipriv.h.

◆ Language

LPWSTR tagMSIFILE::Language

Definition at line 613 of file msipriv.h.

◆ LongName

LPWSTR tagMSIFILE::LongName

Definition at line 610 of file msipriv.h.

◆ Sequence

INT tagMSIFILE::Sequence

Definition at line 615 of file msipriv.h.

◆ ShortName

LPWSTR tagMSIFILE::ShortName

Definition at line 609 of file msipriv.h.

◆ state

msi_file_state tagMSIFILE::state

Definition at line 616 of file msipriv.h.

◆ TargetPath

◆ Version

LPWSTR tagMSIFILE::Version

Definition at line 612 of file msipriv.h.


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