.
The GetDefaultCommConfig API
3/16/2007 7:54:34 AM - -204.238.102.222
.
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);
.
bool bSuccess = GetDefaultCommConfig(comPortName, ref cc, ref sz);
.