Deployment Tools Foundation
Record Constructor (fieldCount)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► Record ► Record(Int32)
Creates a new record object with the requested number of fields.


- fieldCount (Int32)
- Required number of fields, which may be 0. The maximum number of fields in a record is limited to 65535.

The Record object should be Close()()()d after use. It is best that the handle be closed manually as soon as it is no longer needed, as leaving lots of unused handles open can degrade performance.
Win32 MSI API: MsiCreateRecord