MSI.SummaryInfoGetPropertyCount

number MSI.SummaryInfoGetPropertyCount ( 

number hSummaryInfo )

Description

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

Parameters

hSummaryInfo

(number) The handle to the summary information. You can get a handle to the summary information stream using the MSI.GetSummaryInformation action.

Returns

(number)  The number of existing properties in the summary information stream. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions