MsiRecordIsNull (msi)
Last changed: -213.84.149.28

.
Summary
Reports whether a record field is null.

C# Signature:

[DllImport("msi.dll", ExactSpelling=true)]
static extern bool MsiRecordIsNull(IntPtr hRecord, int iField);

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation