msirecordisnull (msi)
Last changed: -213.84.149.28

.
Summary
Reports whether a record field is null.

C# Signature:

[DllImport("msi.dll", ExactSpelling=true)]
[return: MarshalAs(UnmanagedType.Bool)]
static extern bool MsiRecordIsNull(IntPtr hRecord, uint iField);

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

MSI interop library

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

Documentation