GetCommProperties (kernel32)
Last changed: -84.73.85.109

.
Summary

C# Signature:

[DllImport("kernel32.dll")]
static extern bool GetCommProperties(IntPtr hFile, ref COMMPROP lpCommProp);

VB Signature:

Declare Function GetCommProperties Lib "kernel32" (ByVal hFile As Integer, ByRef lpCommProp As COMMPROP) As Boolean

User-Defined Types:

COMMPROP

Notes:

On Windows CE, use "coredll.dll".

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation