[DllImport("msi.dll", CharSet = CharSet.Auto)] public static extern bool MsiRecordIsNull( IntPtr hRecord, int iField );
Microsoft documentation: Link
Last updated 1 year ago