getcommstate (kernel32)
Last changed: -149.71.133.73

.
Summary

C# Signature:

[DllImport("kernel32.dll")]
static extern bool GetCommState(IntPtr hFile, [In, Out] ref DCB lpDCB);

VB.NET Signature:

<DllImport("kernel32.dll")> _
Private Shared Function GetCommState( _
     ByVal hFile As IntPtr, _
     ByRef lpDCB As DCB) As Boolean
End Function

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation