ClearCommError

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

Microsoft documentation: Linkarrow-up-right

Last updated