.
The GetCommProperties API
2/20/2015 8:50:01 AM - -84.73.85.109
.
struct COMMPROP
.
Structure COMMPROP
.
.
The GetCommProperties API
2/20/2015 8:50:01 AM - -84.73.85.109
.
static extern bool GetCommProperties(IntPtr hFile, ref COMMPROP lpCommProp);
.
Declare Function GetCommProperties Lib "kernel32" (ByVal hFile As Integer, ByRef lpCommProp As COMMPROP) As Boolean
.
COMMPROP
The COMMPROP structure is used by the GetCommProperties function to return information about a given communications driver.
4/12/2010 2:37:02 PM - -84.73.85.109
.