MsiRecordClearData

[DllImport("msi.dll", CharSet = CharSet.Auto)]
public static extern int MsiRecordClearData(
   IntPtr hRecord
);

Last updated