ReactOS 0.4.15-dev-7934-g1dc8d80
tagMSIPATCHINFO Struct Reference

#include <msipriv.h>

Collaboration diagram for tagMSIPATCHINFO:

Public Attributes

struct list entry
 
LPWSTR patchcode
 
LPWSTR products
 
LPWSTR transforms
 
LPWSTR filename
 
LPWSTR localfile
 
MSIPATCHSTATE state
 
DWORD uninstallable
 
BOOL delete_on_close
 
BOOL registered
 
UINT disk_id
 

Detailed Description

Definition at line 198 of file msipriv.h.

Member Data Documentation

◆ delete_on_close

BOOL tagMSIPATCHINFO::delete_on_close

Definition at line 208 of file msipriv.h.

Referenced by ACTION_UnpublishProduct(), and free_package_structures().

◆ disk_id

UINT tagMSIPATCHINFO::disk_id

Definition at line 210 of file msipriv.h.

Referenced by is_registered_patch_media(), and patch_add_media().

◆ entry

struct list tagMSIPATCHINFO::entry

Definition at line 200 of file msipriv.h.

Referenced by free_package_structures(), and msi_apply_patch_db().

◆ filename

LPWSTR tagMSIPATCHINFO::filename

Definition at line 204 of file msipriv.h.

Referenced by msi_apply_patch_package(), msi_free_patchinfo(), and msi_publish_patches().

◆ localfile

◆ patchcode

LPWSTR tagMSIPATCHINFO::patchcode

Definition at line 201 of file msipriv.h.

Referenced by ACTION_UnpublishProduct(), msi_free_patchinfo(), and msi_publish_patches().

◆ products

LPWSTR tagMSIPATCHINFO::products

Definition at line 202 of file msipriv.h.

Referenced by ACTION_UnpublishProduct(), and msi_free_patchinfo().

◆ registered

BOOL tagMSIPATCHINFO::registered

◆ state

MSIPATCHSTATE tagMSIPATCHINFO::state

Definition at line 206 of file msipriv.h.

Referenced by msi_apply_patch_db(), and msi_publish_patches().

◆ transforms

LPWSTR tagMSIPATCHINFO::transforms

Definition at line 203 of file msipriv.h.

Referenced by msi_apply_patch_db(), msi_free_patchinfo(), and msi_publish_patches().

◆ uninstallable

DWORD tagMSIPATCHINFO::uninstallable

Definition at line 207 of file msipriv.h.

Referenced by msi_apply_patch_db(), and msi_publish_patches().


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