Error.ModuleKeys Property

Windows Installer

Error.ModuleKeys Property

The read-only ModuleKeys property of the Error object returns a pointer to a string collection containing the primary keys of the row in the module causing the error, one key per entry in the collection.

Syntax

Script
Error.ModuleKeys

Remarks

The client is responsible for releasing the string collection when it is no longer needed.

The collection is empty if the values do not apply to the type of the error. You can determine the type of error by calling the Type property of the Error object.

C++

See get_ModuleKeys function.

Requirements

VersionMergemod.dll 1.0 or later
HeaderMergemod.h
DLLMergemod.dll

Send comments about this topic to Microsoft

Build date: 8/13/2009

© 2009 Microsoft Corporation. All rights reserved.