CommConfigDialog (kernel32)
Last changed: anathan-207.46.238.143

.
Summary
Displays a driver-supplied configuration dialog box.

C# Signature:

[DllImport("kernel32.dll")]
static extern bool CommConfigDialog(string lpszName, IntPtr hWnd,
   ref COMMCONFIG lpCC);

User-Defined Types:

COMMCONFIG

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation