ReactOS 0.4.16-dev-88-ga65b6ae
|
#include <msipriv.h>
Public Attributes | |
MSIOBJECTHDR | hdr |
IStorage * | storage |
DWORD | update_count |
PROPVARIANT | property [MSI_MAX_PROPS] |
MSIOBJECTHDR tagMSISUMMARYINFO::hdr |
Definition at line 486 of file msipriv.h.
Referenced by apply_patch_package(), check_transform_applicable(), msi_add_suminfo(), MSI_ApplicablePatchW(), msi_apply_registered_patch(), msi_export_suminfo(), msi_get_db_suminfo(), msi_get_package_code(), msi_get_suminfo(), msi_get_suminfo_product(), msi_load_suminfo_properties(), MSI_OpenPackageW(), MsiGetSummaryInformationW(), MsiSummaryInfoGetPropertyA(), MsiSummaryInfoGetPropertyCount(), MsiSummaryInfoGetPropertyW(), MsiSummaryInfoPersist(), MsiSummaryInfoSetPropertyA(), and MsiSummaryInfoSetPropertyW().
PROPVARIANT tagMSISUMMARYINFO::property[MSI_MAX_PROPS] |
Definition at line 489 of file msipriv.h.
Referenced by get_prop(), load_summary_info(), MSI_CloseSummaryInfo(), msi_export_suminfo(), msi_suminfo_dup_string(), msi_suminfo_get_int32(), MsiSummaryInfoGetPropertyCount(), save_summary_info(), and set_prop().
IStorage* tagMSISUMMARYINFO::storage |
Definition at line 487 of file msipriv.h.
Referenced by create_suminfo(), MSI_CloseSummaryInfo(), msi_get_suminfo(), and suminfo_persist().
DWORD tagMSISUMMARYINFO::update_count |
Definition at line 488 of file msipriv.h.
Referenced by create_suminfo(), and set_prop().