MsiSummaryInfoGetPropertyCount function (msiquery.h)

The MsiSummaryInfoGetPropertyCount function returns the number of existing properties in the summary information stream.

Syntax

UINT MsiSummaryInfoGetPropertyCount(
  [in]  MSIHANDLE hSummaryInfo,
  [out] PUINT     puiPropertyCount
);

Parameters

[in] hSummaryInfo

Handle to summary information.

[out] puiPropertyCount

Location to receive the total property count.

Return value

This function returns UINT.

Requirements

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

See also

Summary Information Property Functions

Summary Information Stream Property Set