This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can trysigning in orchanging directories.
Access to this page requires authorization. You can trychanging directories.
TheMsiSummaryInfoSetProperty function sets a single summary information property.
UINT MsiSummaryInfoSetPropertyA( [in] MSIHANDLE hSummaryInfo, [in] UINT uiProperty, [in] UINT uiDataType, [in] INT iValue, [in] FILETIME *pftValue, [in] LPCSTR szValue);[in] hSummaryInfo
Handle to summary information.
[in] uiProperty
Specifies the property ID of the summary property being set. This parameter can be a property ID listed in theSummary Information Stream Property Set. This function does not set values for PID_DICTIONARY OR PID_THUMBNAIL property.
[in] uiDataType
Specifies the type of property to set. This parameter can be a type listed in theSummary Information Stream Property Set.
[in] iValue
Specifies the integer value.
[in] pftValue
Specifies the file-time value.
[in] szValue
Specifies the text value.
TheMsiSummaryInfoSetProperty function returns the following values:
Note
The msiquery.h header defines MsiSummaryInfoSetProperty as an alias that automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that is not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, seeConventions for Function Prototypes.
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Installer 5.0 on Windows Server 2012, Windows 8, Windows Server 2008 R2 or Windows 7. Windows Installer 4.0 or Windows Installer 4.5 on Windows Server 2008 or Windows Vista. Windows Installer on Windows Server 2003 or Windows XP |
| Target Platform | Windows |
| Header | msiquery.h |
| Library | Msi.lib |
| DLL | Msi.dll |
Summary Information Property Functions
Was this page helpful?
Need help with this topic?
Want to try using Ask Learn to clarify or guide you through this topic?
Was this page helpful?
Want to try using Ask Learn to clarify or guide you through this topic?