clearcommbreak (kernel32)
Last changed: -180.253.152.218

.
Summary

C# Signature:

[DllImport("kernel32.dll")]
static extern bool ClearCommBreak(IntPtr hFile);

User-Defined Types:

None.

VB.NET Signature:

    ''' <summary>
    ''' Restores character transmission for a specified communications device and places the transmission line in a nonbreak state.
    ''' </summary>
    ''' <param name="hFile">The handle into file, a <see cref="CreateFile"/> handle is returning the handle for this.</param>
    Declare Auto Function ClearCommBreak Lib "kernel32.dll" (hFile As IntPtr) As Boolean

Notes:

The CreateFile function will returning hFile handle.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation