ClearCommError

[DllImport("Kernel32.dll")][return: MarshalAs(UnmanagedType.Bool)]
public static extern bool ClearCommError(
   IntPtr hFile,
   out uint lpErrors,
   ref COMSTAT lpStat
);

Microsoft documentation: Link

Last updated