MsiRecordGetString (msi)
Last changed: -67.106.39.10

.
Summary
Returns the string value of a record field.

C# Signature:

[DllImport("msi.dll", CharSet=CharSet.Unicode)]
static extern int MsiRecordGetString(IntPtr hRecord, int iField,
   [Out] StringBuilder szValueBuf, ref int pcchValueBuf);

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation