.
C# Signature:
[DllImport("kernel32.dll")]
static extern bool GetCommProperties(IntPtr hFile, [Out] ref COMMPROP lpCommProp);
User-Defined Types:
None.
Notes:
COMMPROP
Tips & Tricks:
Please add some!
Sample Code:
Please add some!
Alternative Managed API:
Do you know one? Please contribute it!
The GetCommProperties API
2/20/2015 8:50:01 AM - -84.73.85.109
The COMMPROP structure is used by the GetCommProperties function to return information about a given communications driver.
1/27/2020 11:52:25 AM - -152.66.181.153