.
The GetDefaultCommConfig API
3/16/2007 7:54:34 AM - -204.238.102.222
.
.
The GetCommConfig API
3/16/2007 7:54:07 AM - anonymous
.
static extern bool GetCommConfig(IntPtr hCommDev, [Out] ref COMMCONFIG lpCC,
.
The GetDefaultCommConfig API
3/16/2007 7:54:34 AM - -204.238.102.222
.
static extern bool GetDefaultCommConfig(string lpszName, [In, Out] ref COMMCONFIG lpCC,
.
static extern bool GetDefaultCommConfig(string lpszName, [In, Out] ref COMMCONFIG lpCC, ref uint lpdwSize);
.
COMMCONFIG cc = new COMMCONFIG();