MsiSummaryInfoPersist Function

Windows Installer

MsiSummaryInfoPersist Function

The MsiSummaryInfoPersist function writes changed summary information back to the summary information stream.

Syntax

C++UINT MsiSummaryInfoPersist(
  __in  MSIHANDLE hSummaryInfo
);

Parameters

hSummaryInfo [in]

Handle to summary information.

Return Value

ERROR_FUNCTION_FAILED

The function failed.

ERROR_INVALID_HANDLE

An invalid or inactive handle was supplied.

ERROR_SUCCESS

The function succeeded.

Requirements

VersionWindows Installer 5.0 on 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, Windows XP, and Windows 2000
HeaderMsiquery.h
LibraryMsi.lib
DLLMsi.dll

See Also

Summary Information Property Functions
Summary Information Stream Property Set

Send comments about this topic to Microsoft

Build date: 8/13/2009

© 2009 Microsoft Corporation. All rights reserved.