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