MsiRecordReadStream (msi)
Last changed: -208.228.181.183

.
Summary
Reads bytes from a record stream field into a buffer.

C# Signature:

[DllImport("msi.dll", ExactSpelling=true)]
static extern int MsiRecordReadStream(IntPtr hRecord, int iField,
   [Out] byte[] szDataBuf, ref int pcbDataBuf);

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation