msicreaterecord (msi)
Last changed: -67.106.39.10

.
Summary
Creates a new record with the specified number of fields.

C# Signature:

[DllImport("msi.dll", ExactSpelling=true)]
static extern IntPtr MsiCreateRecord(uint cParams);

VB Signature:

Declare Function MsiCreateRecord Lib "msi.dll" (cParams As Integer) As IntPtr

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Sampe can be found at MsiRecordSetString.

Alternative Managed API:

MSI interop library

http://sourceforge.net/project/showfiles.php?group_id=40188&package_id=110212

Documentation