MsiRecordIsNull
[DllImport("msi.dll", CharSet = CharSet.Auto)]
public static extern bool MsiRecordIsNull(
IntPtr hRecord,
int iField
);Last updated
[DllImport("msi.dll", CharSet = CharSet.Auto)]
public static extern bool MsiRecordIsNull(
IntPtr hRecord,
int iField
);Last updated